Skip to content

Commit

Permalink
refactor: Update styles for Bootstrap 5.
Browse files Browse the repository at this point in the history
  • Loading branch information
darkobits committed Mar 19, 2024
1 parent 386d61b commit 073c210
Show file tree
Hide file tree
Showing 40 changed files with 1,079 additions and 1,638 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/components/about/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ const Links = () => {
{externalLinks.map(({ name, href }) => (
<li key={href}>
<ExternalLink href={href} title={name}>
<BsBoxArrowUpRight className="mr-1" />
<BsBoxArrowUpRight className="me-1" />
{name}
</ExternalLink>
</li>
Expand Down
Loading

0 comments on commit 073c210

Please sign in to comment.