diff --git a/assets/styles/fonts.scss b/assets/styles/fonts.scss index d408a58b..a223a74a 100644 --- a/assets/styles/fonts.scss +++ b/assets/styles/fonts.scss @@ -2,14 +2,14 @@ @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700&display=swap'); @font-face { font-family: 'NimbusMono'; - src: url('../fonts/nimbusmono-regular.woff') format('woff'); + src: url('~/assets/fonts/nimbusmono-regular.woff') format('woff'); font-weight: normal; font-style: normal; font-display: swap; } @font-face { font-family: 'NimbusMono'; - src: url('../fonts/nimbusmono-bold.woff') format('woff'); + src: url('~/assets/fonts/nimbusmono-bold.woff') format('woff'); font-weight: bold; font-style: bold; font-display: swap; diff --git a/components/MailchimpEmbed.vue b/components/MailchimpEmbed.vue index 4ed656ef..da1bcc4e 100644 --- a/components/MailchimpEmbed.vue +++ b/components/MailchimpEmbed.vue @@ -54,7 +54,7 @@ id="mc-embedded-subscribe" type="submit" name="subscribe" - class="margin rounded-r-full py-sm px-md inline-flex justify-center items-center gap-x-2 text-sm font-semibold rounded-e-md border border-black-950 bg-black-950 text-white hover:bg-blue-700 disabled:opacity-50 disabled:pointer-events-none cursor-pointer" + class="text-wit-blue-500 margin rounded-r-full py-sm px-md inline-flex justify-center items-center gap-x-2 text-sm font-semibold rounded-e-md border border-black-950 bg-black-950 text-white hover:bg-blue-700 disabled:opacity-50 disabled:pointer-events-none cursor-pointer" :value="subscribeLocale" /> diff --git a/components/cards/OutOfBoundariesCard.vue b/components/cards/OutOfBoundariesCard.vue index f5072e32..0b53038c 100644 --- a/components/cards/OutOfBoundariesCard.vue +++ b/components/cards/OutOfBoundariesCard.vue @@ -16,12 +16,10 @@ {{ description }}
-{{ $t('coin.description3') }}
- -
{{ release.platform }} • x86_64 • {{ size }} MB
ⓘ
diff --git a/constants.ts b/constants.ts
index 3a170af3..6d8a84cd 100644
--- a/constants.ts
+++ b/constants.ts
@@ -6,7 +6,7 @@ export const URLS: Record