Skip to content

Commit b727bd7

Browse files
Merge pull request #23 from orlyohreally/fix-logo-redirect
Make logo link to redirect to main page
2 parents e027d26 + 5d2732f commit b727bd7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/app/layout/components/footer/footer.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<div class="col-xl-3 col-lg-4 col-md-6 col-sm-10">
55
<div class="footer-widget">
66
<div class="logo">
7-
<a href="https://buttercms.com">
7+
<a href="/">
88
<img width="200" src="https://cdn.buttercms.com/PBral0NQGmmFzV0uG7Q6" alt="logo" loading="lazy">
99
</a>
1010
</div>

src/app/layout/components/header/header.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<div class="row align-items-center">
55
<div class="col-lg-12">
66
<nav class="navbar navbar-expand-lg">
7-
<a class="navbar-brand" href="https://buttercms.com">
7+
<a class="navbar-brand" href="/">
88
<img src="https://cdn.buttercms.com/PBral0NQGmmFzV0uG7Q6" alt="Logo" />
99
</a>
1010
<button [ngClass]="{'navbar-toggler': true, 'active': isTogglerActive}" (click)="onTogglerClick()" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">

0 commit comments

Comments
 (0)