This commit is contained in:
tequ
2026-04-22 13:08:51 +09:00
parent ee940f6aee
commit 2e37fcc89a
2 changed files with 1 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ import type { FeaturesLocale } from '../i18n/featuresTranslations'
import { featuresTranslations } from '../i18n/featuresTranslations'
const locale = (Astro.currentLocale ?? 'en') as FeaturesLocale
const t = featuresTranslations[locale] ?? featuresTranslations['en']
const t = featuresTranslations[locale] ?? featuresTranslations.en
---
<section class="xfeat" aria-label="Xahau Features">

View File

@@ -1132,7 +1132,6 @@ const fmtItemPeriod = (item: RoadmapItem): string => {
* Cards become full-width blocks; drop peg/open-ended/clip glyphs that
* only make sense against a horizontal timeline.
*/
upstream/main
.xr-feat,
.xr-roll {
display: block !important;