Skip to content

Commit

Permalink
ID clickable
Browse files Browse the repository at this point in the history
  • Loading branch information
mhmzdev committed Sep 17, 2024
1 parent ba9d6c5 commit d8bed5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/components/nav_bar.dart
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class NavBar extends StatelessComponent {
],
),
a(
href: '#',
href: '#about',
classes: 'navbar-label',
[
text('ABOUT'),
Expand Down
2 changes: 1 addition & 1 deletion lib/sections/about_me.dart
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class AboutMeSection extends StatelessComponent {
];

yield section(classes: 'about-me-section', [
span(classes: 'title', [
span(classes: 'title', id: 'about', [
text('About Me'),
]),
span(classes: 'subtitle', [
Expand Down

0 comments on commit d8bed5f

Please sign in to comment.