Skip to content

Commit

Permalink
chore: update footer copy
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonappah committed Dec 22, 2024
1 parent dbfdc40 commit 9f03f6e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ This will build the app for production to the `dist` directory and start the ser

## Future work/ideas

- semver versioning + changelog?
- revisit scoring sheet UI
- support saving / creating multiple scoring sheets locally
- add glossary for clarification of judging terminology
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ export const ScoringSheet = observer(function ScoringSheet({
});

return (
<form style={{ marginBottom: "25rem" }}>
<form >
<Flex gap="3" direction="column">
<Flex gap="1" justify="center" align="center">
<Button onClick={undo} disabled={undos$.get() === 0}>
Expand Down
8 changes: 2 additions & 6 deletions apps/tanstack-router-app/app/routes/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,9 @@ const RouteComponent = observer(function RouteComponent() {
<Button disabled>Create Live Scoring Session</Button>

<Text>
Built by <a href="https://jasonaa.me">Jason Antwi-Appah</a> and{" "}
<a href="https://github.com/jasonappah/sparc-judging-app/contributors">
other contributors
</a>
. Source code available on{" "}
Built by <a href="https://jasonaa.me">Jason Antwi-Appah</a>. Source code available on{" "}
<a href="https://github.com/jasonappah/sparc-judging-app">GitHub</a> -
currently work in progress :)
v1 still a work in progress :)
</Text>
</Flex>
<Outlet />
Expand Down

0 comments on commit 9f03f6e

Please sign in to comment.