hopefully the css will be applied now

This commit is contained in:
Heli-o 2024-04-07 16:22:30 +02:00
parent 7904e9d884
commit c22b66be70

View file

@ -7,7 +7,7 @@ const Homebar: QuartzComponent = ({ fileData, cfg, displayClass }: QuartzCompone
const title = cfg?.pageTitle ?? i18n(cfg.locale).propertyDefaults.title const title = cfg?.pageTitle ?? i18n(cfg.locale).propertyDefaults.title
const baseDir = pathToRoot(fileData.slug!) const baseDir = pathToRoot(fileData.slug!)
return ( return (
<div class={classNames(displayClass, "homebar")}> <div class="homebar">
<a href="index">Home</a> <a href="index">Home</a>
<a href="Characters">Characters</a> <a href="Characters">Characters</a>
<a href="Links">Where you can find me</a> <a href="Links">Where you can find me</a>