Skip to content

Commit

Permalink
little update
Browse files Browse the repository at this point in the history
  • Loading branch information
p-nforshifu-234 committed May 26, 2023
1 parent 31c85e5 commit e02701f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions assets/pages/admin/pages/sidenav/product-manager.sidebar.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,36 +2,36 @@

<a href="add-category.php" class="category-item">
<span class="mx-3" >
<i class="fas fa-tag"></i>
<i class="fas fa-tag"></i>
</span>
<span class="category-text display-none-on-small">
Create New Category
Create New Category
</span>
</a>
<a href="add-product.php" class="category-item">
<span class="mx-3" >
<i class="fas fa-shopping-basket"></i>
<i class="fas fa-shopping-basket"></i>
</span>
<span class="category-text display-none-on-small">
Create New Product
Create New Product
</span>
</a>
<a href="view-category.php" class="category-item">
<span class="mx-3" >
<i class="fas fa-tags"></i>
<i class="fas fa-tags"></i>
</span>
<span class="category-text display-none-on-small">
VIew All Categories
VIew All Categories
</span>
</a>
<a href="view-products.php" class="category-item">
<span class="mx-3" >
<i class="fas fa-box"></i>
<i class="fas fa-box"></i>
</span>
<span class="category-text display-none-on-small">
View All Products
View All Products
</span>
</a>
2 changes: 1 addition & 1 deletion assets/pages/privacy-policy.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="heading">
<h1>Privacy Policy</h2>
<h1>Privacy Policy</h1>
</div>
<section class="product-category">

Expand Down
2 changes: 1 addition & 1 deletion assets/pages/terms-and-conditions.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="heading">
<h1>Terms and Conditions</h2>
<h1>Terms and Conditions</h1>
</div>
<section class="product-category">

Expand Down

0 comments on commit e02701f

Please sign in to comment.