Skip to content

Commit

Permalink
Add github link in the header
Browse files Browse the repository at this point in the history
  • Loading branch information
Amnish04 committed Apr 17, 2024
1 parent 815441d commit 4ae3a4b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/footer/footer.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<li class="mb-4">
<a
target="_blank"
href="#"
href="https://github.com/Dine-A-Night/dine-a-night_ui"
class="hover:underline"
>Contact Us</a
>
Expand Down
11 changes: 11 additions & 0 deletions src/app/components/header/header.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,17 @@
<!-- Right Part -->
<div>
<div class="hidden md:flex gap-5">
<a
class="w-12 rounded-full shadow-md opacity-95 over:opacity-75"
href="https://github.com/Dine-A-Night/dine-a-night_ui"
title="Github"
target="_blank">
<img
class="w-24"
src="/assets/images/github.png"
alt="Github" />
</a>

<mat-divider [vertical]="true"></mat-divider>

<!-- 'user() !== undefined' so that the login button does not appear initally -->
Expand Down
Binary file added src/assets/images/github.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4ae3a4b

Please sign in to comment.