Skip to content

Commit

Permalink
fixed link in footer (#531)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromehardaway authored Dec 9, 2023
1 parent c1bc38a commit df0aa29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"typescript.tsdk": "./node_modules/typescript/lib",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"files.associations": {
"*.scss": "postcss"
Expand Down
2 changes: 1 addition & 1 deletion src/components/widgets/two-col-list-widget.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const TwoColumnListWidget = ({ className, mode }: TProps) => {
<Anchor path="/curriculum/subjects">Modules</Anchor>
</li>
<li className="tw-w-1/2 tw-pr-5 tw-mb-[11px]">
<Anchor path="/about-us-01">About us</Anchor>
<Anchor path="/about-us">About us</Anchor>
</li>
<li className="tw-w-1/2 tw-pr-5 tw-mb-[11px]">
<Anchor path="/contact-us">Contact us</Anchor>
Expand Down

1 comment on commit df0aa29

@vercel
Copy link

@vercel vercel bot commented on df0aa29 Dec 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.