Skip to content

Commit

Permalink
Link to Explore page from Profile
Browse files Browse the repository at this point in the history
  • Loading branch information
sondreb committed Dec 22, 2024
1 parent a69c519 commit 627988c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { ThemeService } from './services/theme.service';
<img src="images/logo-text.svg" alt="Angor Profile Logo" class="logo">
</a>
<div class="nav-links">
<a href="https://hub.angor.io">Explore</a>
<a href="https://hub.angor.io/explore">Explore</a>
<a routerLink="/profile">Profile</a>
<button (click)="toggleTheme()" class="theme-toggle">
{{ (themeService.theme$ | async) === 'light' ? '☀️' : '🌙' }}
Expand Down
2 changes: 1 addition & 1 deletion src/app/pages/home/home.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { BreadcrumbComponent } from '../../components/breadcrumb.component';
Angor Profile is a Nostr profile editor, built specifically to manage the
profile information for Angor projects.
</p>
<a href="https://hub.angor.io" class="cta-button">
<a href="https://hub.angor.io/explore" class="cta-button">
Explore All Projects
<span class="arrow">→</span>
</a>
Expand Down

0 comments on commit 627988c

Please sign in to comment.