mirror of
https://github.com/Xahau/xahau-web.git
synced 2026-08-22 18:40:51 +00:00
fix
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user