Skip to content

Commit

Permalink
chore: rebrand to gosplitsies
Browse files Browse the repository at this point in the history
fixes #7
  • Loading branch information
JosephMart committed Aug 27, 2024
1 parent 7e5ae47 commit aec52de
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ SPDX-FileCopyrightText: 2024 Joseph Martinsen <joseph@martinsen.com>
SPDX-FileCopyrightText: 2024 Tristan Partin <tristan@partin.io>
-->

# splitsies
# gosplitsies

## ui

Expand Down
2 changes: 1 addition & 1 deletion REUSE.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ path = [
"ui/package-lock.json",
]
precedence = "override"
SPDX-FileCopyrightText = "2024 Joseph Martinsen <joseph@martinsent.com>"
SPDX-FileCopyrightText = "2024 Joseph Martinsen <joseph@martinsen.com>"
SPDX-License-Identifier = "AGPL-3.0-or-later"
4 changes: 2 additions & 2 deletions ui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>splitsies</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
<title>Go Splitsies!</title>
</head>
<body>
<div id="root"></div>
Expand Down
4 changes: 2 additions & 2 deletions ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "splitsies-ui",
"name": "gosplitsies-ui",
"private": true,
"version": "0.0.0",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion ui/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import './App.css'
function App() {
return (
<>
<h1>splitsies</h1>
<h1>Go Splitsies!</h1>
<p>Coming soon...</p>
</>
)
Expand Down

0 comments on commit aec52de

Please sign in to comment.