We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcd3211 commit 4add8d5Copy full SHA for 4add8d5
app/pages/brand.vue
@@ -311,9 +311,7 @@ async function handlePngDownload(logo: (typeof logos)[number]) {
311
<h2 id="brand-guidelines-heading" class="text-lg text-fg uppercase tracking-wider mb-4">
312
{{ $t('brand.guidelines.title') }}
313
</h2>
314
- <blockquote
315
- class="border-is-2 border-is-accent ps-6 py-2 text-fg-muted leading-relaxed"
316
- >
+ <blockquote class="border-is-2 border-is-accent ps-6 py-2 text-fg-muted leading-relaxed">
317
<i18n-t keypath="brand.guidelines.message" tag="p" class="m-0">
318
<template #link>
319
<a
0 commit comments