From c98ddc8801d2dc22e88dd4663b5e846f0fc99ea6 Mon Sep 17 00:00:00 2001 From: Arthur Danjou Date: Tue, 9 Jul 2024 15:27:33 +0200 Subject: [PATCH 1/2] Update Stats.vue --- app/components/content/Stats.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/components/content/Stats.vue b/app/components/content/Stats.vue index 4e30e6e..15e09f0 100644 --- a/app/components/content/Stats.vue +++ b/app/components/content/Stats.vue @@ -29,6 +29,9 @@ const { t } = useI18n({ :text="usePrecision(stats.coding.data.grand_total.total_seconds_including_other_language / 3600, 0).value" /> + @@ -64,3 +68,4 @@ const { t } = useI18n({ } } + From a3193820c6743f536723912beaec9d969922058a Mon Sep 17 00:00:00 2001 From: Dami Sparks Date: Tue, 23 Jul 2024 10:37:16 +0200 Subject: [PATCH 2/2] update incorrect nuxt studio link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c01b81f..3362c85 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ - **Framework** → [Nuxt.js](https://nuxtjs.org/) - **Content** → [Nuxt Content](https://content.nuxtjs.org/) - **Design System** → [NuxtUI](https://nuxtui.com/) -- **CMS & Editing** → [Nuxt Studio](https://studio.nuxtjs.org/) +- **CMS & Editing** → [Nuxt Studio](https://nuxt.studio) - **Langage** → [Typescript](https://www.typescriptlang.org/) - **Deployment** → [NuxtHub](https://hub.nuxt.com/) - **Styling** → [Sass](https://sass-lang.com/) & [Tailwind CSS](https://tailwindcss.com/) @@ -71,4 +71,4 @@ NUXT_PUBLIC_I18N_BASE_URL=... ## 📄 License -[MIT](./LICENSE) © Arthur Danjou \ No newline at end of file +[MIT](./LICENSE) © Arthur Danjou