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