Skip to content

Commit fcd3211

Browse files
committed
fix: uppercase logo headings, lowercase types, remove blockquote italic
1 parent 3bff857 commit fcd3211

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

app/pages/brand.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ async function handlePngDownload(logo: (typeof logos)[number]) {
312312
{{ $t('brand.guidelines.title') }}
313313
</h2>
314314
<blockquote
315-
class="border-is-2 border-is-accent ps-6 py-2 text-fg-muted leading-relaxed italic"
315+
class="border-is-2 border-is-accent ps-6 py-2 text-fg-muted leading-relaxed"
316316
>
317317
<i18n-t keypath="brand.guidelines.message" tag="p" class="m-0">
318318
<template #link>

i18n/locales/en.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1480,14 +1480,14 @@
14801480
"logos": {
14811481
"title": "logos",
14821482
"description": "Download npmx logos in SVG and PNG formats. Use the appropriate variant for your background.",
1483-
"wordmark": "Full wordmark",
1483+
"wordmark": "FULL WORDMARK",
14841484
"wordmark_alt": "npmx full wordmark logo with blue slash on dark background",
14851485
"wordmark_light_alt": "npmx full wordmark logo with accent slash on light background",
1486-
"mark": "Logo mark",
1486+
"mark": "LOGO MARK",
14871487
"mark_alt": "npmx logo mark with dot and slash on dark background",
14881488
"mark_light_alt": "npmx logo mark with dot and slash on light background",
1489-
"on_dark": "On dark",
1490-
"on_light": "On light",
1489+
"on_dark": "on dark",
1490+
"on_light": "on light",
14911491
"download_svg": "SVG",
14921492
"download_png": "PNG",
14931493
"download_svg_aria": "Download {name} as SVG",
@@ -1496,8 +1496,8 @@
14961496
"customize": {
14971497
"title": "customize your logo",
14981498
"description": "Preview the npmx logo with your accent color and background. The preview reflects your current settings — pick a color, toggle the background, and download.",
1499-
"accent_label": "Accent",
1500-
"bg_label": "Background",
1499+
"accent_label": "accent",
1500+
"bg_label": "background",
15011501
"download_svg_aria": "Download customized logo as SVG",
15021502
"download_png_aria": "Download customized logo as PNG"
15031503
},

0 commit comments

Comments
 (0)