Compare commits
4 commits
09fdedfbd7
...
44e6146d4e
| Author | SHA1 | Date | |
|---|---|---|---|
| 44e6146d4e | |||
| a1c5ecadf5 | |||
| 0ed2d30950 | |||
| 285031c7d0 |
3 changed files with 6 additions and 6 deletions
8
package-lock.json
generated
8
package-lock.json
generated
|
|
@ -20,7 +20,7 @@
|
|||
"devDependencies": {
|
||||
"@eslint/js": "9.34.0",
|
||||
"@types/react": "19.1.11",
|
||||
"@types/react-dom": "19.1.7",
|
||||
"@types/react-dom": "19.1.8",
|
||||
"@vitejs/plugin-react": "5.0.1",
|
||||
"eslint": "9.34.0",
|
||||
"eslint-plugin-react": "7.37.5",
|
||||
|
|
@ -1610,9 +1610,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@types/react-dom": {
|
||||
"version": "19.1.7",
|
||||
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.1.7.tgz",
|
||||
"integrity": "sha512-i5ZzwYpqjmrKenzkoLM2Ibzt6mAsM7pxB6BCIouEVVmgiqaMj1TjaK7hnA36hbW5aZv20kx7Lw6hWzPWg0Rurw==",
|
||||
"version": "19.1.8",
|
||||
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.1.8.tgz",
|
||||
"integrity": "sha512-xG7xaBMJCpcK0RpN8jDbAACQo54ycO6h4dSSmgv8+fu6ZIAdANkx/WsawASUjVXYfy+J9AbUpRMNNEsXCDfDBQ==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
"devDependencies": {
|
||||
"@eslint/js": "9.34.0",
|
||||
"@types/react": "19.1.11",
|
||||
"@types/react-dom": "19.1.7",
|
||||
"@types/react-dom": "19.1.8",
|
||||
"@vitejs/plugin-react": "5.0.1",
|
||||
"eslint": "9.34.0",
|
||||
"eslint-plugin-react": "7.37.5",
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ function App() {
|
|||
|
||||
{auth.userData && <div className="buttonGroup">
|
||||
<ButtonGroup
|
||||
buttons={[["Syncthing", "https://octubre.be/syncthing/", "Backup Synchronisation Service"], ["BOINC", "https://octubre.be/boinc/", "Share computing power for science!"], ["FAH", "https://octubre.be/fah", "Share computing power for science!"]]}/>
|
||||
buttons={[["Syncthing", "https://octubre.be/syncthing/", "Backup Synchronisation Service"], ["BOINC", "https://octubre.be/boinc/", "Share computing power for science!"], ["FAH", "https://octubre.be/fah", "Share computing power for science!"], ["Stats", "https://octubre.be/stats", "Anonymously keep track of visits"], ["irc", "https://irc.octubre.be", "Internet Relay Chat service using thelounge software"], ["", "https://octubre.be", ""]]}/>
|
||||
</div>}
|
||||
|
||||
<h3>Contact</h3>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue