Skip to content

Commit

Permalink
Updates logos to be higher quality (#2)
Browse files Browse the repository at this point in the history
* Update logo images to be better quality

* Better logo image
  • Loading branch information
theyo authored May 5, 2024
1 parent 4a76d9e commit 95518b6
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion MercyFork.Web/Components/Layout/NavMenu.razor
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="top-row ps-3 navbar navbar-dark">
<div class="container-fluid">
<a class="navbar-brand" href="">
<img src="/MercyForkLogo_Icon.png" alt="Logo" width="30" height="30" class="d-inline-block align-text-top">
<img src="/MercyForkIcon.png" alt="Logo" width="30" height="30" class="d-inline-block align-text-top">
MercyFork
</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion MercyFork.Web/Components/Pages/Home.razor
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
<PageTitle>Home</PageTitle>

<div class="d-flex w-100 h-100 align-items-center justify-content-center">
<img src="/MercyForkLogo.png" alt="Logo">
<img src="/MercyForkBanner.png" alt="Logo">
</div>
Binary file added MercyFork.Web/wwwroot/MercyForkBanner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added MercyFork.Web/wwwroot/MercyForkIcon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed MercyFork.Web/wwwroot/MercyForkLogo_Icon.png
Binary file not shown.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@

![image](https://github.com/RedWall/MercyFork/assets/2397638/09253d24-0b7f-4cf6-8ee3-5e2311ed7cb3)
![MercyForkGHBanner](https://github.com/RedWall/MercyFork/assets/2397638/9e670639-4492-4309-beda-e8e6af9acc93)

0 comments on commit 95518b6

Please sign in to comment.