Skip to content
This repository was archived by the owner on Jul 20, 2026. It is now read-only.

Commit 84af768

Browse files
committed
Merge branch 'dev' of https://github.com/TheRefraction/WE4_Project into add-product-page
2 parents c4ab6f5 + f4c3ac9 commit 84af768

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/views/partials/navbar.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
<div class="container">
1010
<ul class="pages-list">
1111
<li><a href="/">Home</a></li>
12+
<li><a href="/products">Products list</a></li>
1213
<?php if ($userId) { ?>
1314
<li><a href="#">Order</a></li>
14-
<li><a href="/products">Products list</a></li>
1515
<li><a href="/account">My account</a></li>
1616
<li><a href="/basket">Cart</a></li>
1717
<li><a href="/sign-out">Sign out</a></li>

0 commit comments

Comments
 (0)