Skip to content

Commit 260b3a7

Browse files
committed
Use full logo instead of icon on the left
1 parent 7fc55c0 commit 260b3a7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/app/app.component.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ import { AppLauncherComponent } from './components/app-launcher.component';
1313
<header>
1414
<nav>
1515
<app-launcher></app-launcher>
16-
<a routerLink="/" class="logo-link">
16+
<!-- <a routerLink="/" class="logo-link">
1717
<img src="images/logo-text.svg" alt="Angor Profile Logo" class="logo">
18-
</a>
18+
</a> -->
1919
<div class="nav-links">
2020
<!-- <a href="https://hub.angor.io/explore">Explore</a>
2121
<a routerLink="/profile">Profile</a> -->

src/app/components/app-launcher.component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { CommonModule } from '@angular/common';
88
template: `
99
<div class="app-launcher">
1010
<a class="logo-link" (click)="toggleAppMenu($event)">
11-
<img src="images/logo.svg" alt="Angor Menu" class="logo">
11+
<img src="images/logo-text.svg" alt="Angor Menu" class="logo">
1212
</a>
1313
<div class="app-menu" [class.show]="isAppMenuOpen">
1414
<div class="app-menu-content">

0 commit comments

Comments
 (0)