Fix(examples): changed inline-style to regular selector (#8185)
* fix: changed inline-style to a regular selector * fix: fixed typo * fix: removed styles from noscript tags
This commit is contained in:
parent
9142178b11
commit
a571a1ac07
1 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@ const iconLinks: { label: string; href: string; icon: keyof typeof iconPaths }[]
|
|||
</template>
|
||||
</menu-button>
|
||||
</div>
|
||||
<noscript class="menu-noscript">
|
||||
<noscript>
|
||||
<ul class="nav-items">
|
||||
{
|
||||
textLinks.map(({ label, href }) => (
|
||||
|
@ -60,7 +60,7 @@ const iconLinks: { label: string; href: string; icon: keyof typeof iconPaths }[]
|
|||
}
|
||||
</ul>
|
||||
</noscript>
|
||||
<noscript style="display: contents;">
|
||||
<noscript>
|
||||
<div class="menu-footer">
|
||||
<div class="socials">
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue