Updated deps
This commit is contained in:
parent
fcd3ab4b96
commit
2f9e9a4912
|
@ -20,12 +20,12 @@
|
||||||
"node": ">=19.7.0"
|
"node": ">=19.7.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/check": "^0.5.6",
|
"@astrojs/check": "^0.5.7",
|
||||||
"@astrojs/node": "^8.2.3",
|
"@astrojs/node": "^8.2.3",
|
||||||
"@fontsource-variable/murecho": "^5.0.18",
|
"@fontsource-variable/murecho": "^5.0.18",
|
||||||
"@fontsource-variable/vollkorn": "^5.0.20",
|
"@fontsource-variable/vollkorn": "^5.0.20",
|
||||||
"accept-language": "^3.0.18",
|
"accept-language": "^3.0.18",
|
||||||
"astro": "4.4.15",
|
"astro": "4.5.1",
|
||||||
"astro-icon": "^1.1.0",
|
"astro-icon": "^1.1.0",
|
||||||
"node-cache": "^5.1.2",
|
"node-cache": "^5.1.2",
|
||||||
"tippy.js": "^6.3.7",
|
"tippy.js": "^6.3.7",
|
||||||
|
|
|
@ -30,6 +30,7 @@ const { currentLang, getPartialUrl, availableLanguages } = Astro.props;
|
||||||
</div>
|
</div>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
<p class="high-contrast-text">
|
<p class="high-contrast-text">
|
||||||
|
{/* TODO: Translate this wording */}
|
||||||
This content is available is {availableLanguages.length} languages.
|
This content is available is {availableLanguages.length} languages.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue