Add about page

This commit is contained in:
Jon Staab
2024-08-23 15:43:35 -07:00
parent 1edf7f9f02
commit 8dac345fc4
10 changed files with 110 additions and 4 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
<a
{href}
{...$$props}
class={cx($$props.class, "cursor-pointer text-primary underline")}
class={cx($$props.class, "cursor-pointer")}
rel={external ? "noopener noreferer" : ""}
target={external ? "_blank" : ""}>
<slot />