diff --git a/README.md b/README.md index 4314c38..f17187f 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ SPDX-FileCopyrightText: 2024 Joseph Martinsen SPDX-FileCopyrightText: 2024 Tristan Partin --> -# splitsies +# gosplitsies ## ui diff --git a/REUSE.toml b/REUSE.toml index 0b6ca10..f9dc160 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -13,5 +13,5 @@ path = [ "ui/package-lock.json", ] precedence = "override" -SPDX-FileCopyrightText = "2024 Joseph Martinsen " +SPDX-FileCopyrightText = "2024 Joseph Martinsen " SPDX-License-Identifier = "AGPL-3.0-or-later" diff --git a/ui/index.html b/ui/index.html index d4e2034..6eeaea8 100644 --- a/ui/index.html +++ b/ui/index.html @@ -9,8 +9,8 @@ - - splitsies + + Go Splitsies!
diff --git a/ui/package-lock.json b/ui/package-lock.json index 761c530..d54b1d6 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -1,11 +1,11 @@ { - "name": "ui", + "name": "splitsies-ui", "version": "0.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "ui", + "name": "splitsies-ui", "version": "0.0.0", "dependencies": { "react": "^18.3.1", diff --git a/ui/package.json b/ui/package.json index 35741f2..fc8cf20 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,5 +1,5 @@ { - "name": "splitsies-ui", + "name": "gosplitsies-ui", "private": true, "version": "0.0.0", "type": "module", diff --git a/ui/src/App.tsx b/ui/src/App.tsx index a14846a..4a77ac0 100644 --- a/ui/src/App.tsx +++ b/ui/src/App.tsx @@ -8,7 +8,7 @@ import './App.css' function App() { return ( <> -

splitsies

+

Go Splitsies!

Coming soon...

)