Skip to content

Commit

Permalink
updated site map and added styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Transgender-Resource-Wiki committed May 26, 2024
1 parent c5f8c3b commit 9b77088
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/layouts/DefaultLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
const {frontmatter} = Astro.props;
const links = [["Home", "/"],
["Am I Trans?", "/amitrans"], ["Social Transitioning", "/about"],
["Am I Trans?", "/amitrans"], ["Social Transitioning", "/social-transitioning"],
["Medical Transitioning", "/about"], ["Traveling", "/traveling"],
["Media & Other Resources", "/about"], ["About", "/"], ["About", "/"], ["About", "/"], ["About", "/"]];
import SiteNav from "../scripts/SiteNav"
Expand All @@ -12,6 +12,7 @@ import '../styles/ContentsTable.css';
import '../styles/DescribedLink.css';
import '../styles/Tooltip.css';
import '../styles/Button.css';
import '../styles/ScrollPanes.css';
---
<!doctype html>
<html lang="en">
Expand Down

0 comments on commit 9b77088

Please sign in to comment.