Here is the website
If you completely break this thing it's not a big deal. It's a glorified list of links. Just go for it!
To provide links for the website, just edit files by clicking the pencil icon in top right corner of the following files, and enter the label (some meaningful description of what it is) and href (the url). THEN CLICK "COMMIT CHANGES" (green button, top right)
Just follow the pattern and add another one, e.g.
const links = [
{
label:"AGM proposals",
href:'https://docs.google.com/spreadsheets/d/1IyPR-2wBNFr-JoTLk2HOzV8UeoHqUE9XEXwD3BMBmSA',
},
{
label:"YOUR LABEL HERE",
href:"YOUR_URL_HERE",
},
]
export default links