From 8a6f8be986e3714624109f76344411d4aa741654 Mon Sep 17 00:00:00 2001 From: Mark Ross Date: Fri, 24 Nov 2023 08:45:06 -0700 Subject: [PATCH] About page (#27) --- README.md | 2 +- app.vue | 6 +- .../scoreboard/ScoreboardShareButton.vue | 2 +- components/settings/SettingsButton.vue | 2 +- components/settings/SettingsHelpButton.vue | 2 +- components/settings/SettingsLockButton.vue | 2 +- data/nav.ts | 14 ++++- nuxt.config.ts | 8 +++ pages/about/index.vue | 16 ++++++ pages/index.vue | 56 +++++++++---------- 10 files changed, 70 insertions(+), 40 deletions(-) create mode 100644 pages/about/index.vue diff --git a/README.md b/README.md index a85f724..ae93d18 100644 --- a/README.md +++ b/README.md @@ -99,4 +99,4 @@ An app spec is available under `.do/` which will run the SSG command and publish The softball favicon (`public/favicon/favicon.ico`) is used under the [CC-BY 4.0](https://creativecommons.org/licenses/by/4.0/) license from the [twemoji](https://github.com/twitter/twemoji) project. -The emoji images (`assets/images/fluentui-emoji`) are used under the MIT license (`assets/images/fluentui-emoji/LICENSE`) from the [Fluent Emoji](https://github.com/microsoft/fluentui-emoji) project. \ No newline at end of file +The react emojis (`assets/images/fluentui-emoji`) are used under the [MIT license](https://opensource.org/license/mit/) from the [Fluent Emoji](https://github.com/microsoft/fluentui-emoji) project. \ No newline at end of file diff --git a/app.vue b/app.vue index 9348f0d..1e5af9e 100644 --- a/app.vue +++ b/app.vue @@ -32,15 +32,15 @@ const menuPassThroughOptions = { title="Color mode" > diff --git a/components/scoreboard/ScoreboardShareButton.vue b/components/scoreboard/ScoreboardShareButton.vue index 6b7d4ad..8226f70 100644 --- a/components/scoreboard/ScoreboardShareButton.vue +++ b/components/scoreboard/ScoreboardShareButton.vue @@ -50,7 +50,7 @@ function clickQrCode(path: string) {