Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
woshiJay committed Mar 22, 2024
1 parent 428ac71 commit ef03a34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<div class="d-flex flex-column align-items-center">
<h1 class="mb-3 fs-1 font-monospace">Chi-She-Mo</h1>
<h4 class="mb-5 fw-light">Simplify Food.</h4>
<a href="/src/pages/index.html">
<a href="/src/pages/home.html">
<button class="btn shadow rounded-5 px-5 py-3 fw-semibold" type="button">Try me</button>
</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/favourite.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<div class="d-flex justify-content-between align-items-center fw-light">
<ul class="nav">
<li class="nav-item">
<a class="navbar-brand" href="/src/pages/index.html">
<a class="navbar-brand" href="/src/pages/home.html">
<img src="/images/fried-egg.png" alt="brand" class="img-fluid" width="35px" height="35px">
</a>
</li>
Expand Down

0 comments on commit ef03a34

Please sign in to comment.