hopefully the css will be applied now
This commit is contained in:
parent
7904e9d884
commit
c22b66be70
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue