Skip to content

Commit

Permalink
fix: footer
Browse files Browse the repository at this point in the history
  • Loading branch information
mamun724682 committed Nov 7, 2024
1 parent 58b7f24 commit e7bd8bb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 48 deletions.
42 changes: 0 additions & 42 deletions resources/js/Components/Footers/FooterSmall.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,50 +15,8 @@
class="text-sm text-blueGray-500 font-semibold py-1 text-center md:text-left"
>
Copyright © {{ date }}
<a
href="https://www.creative-tim.com?ref=vn-footer-small"
class="text-white hover:text-blueGray-300 text-sm font-semibold py-1"
>
Creative Tim
</a>
</div>
</div>
<div class="w-full md:w-8/12 px-4">
<ul class="flex flex-wrap list-none md:justify-end justify-center">
<li>
<a
href="https://www.creative-tim.com?ref=vn-footer-small"
class="text-white hover:text-blueGray-300 text-sm font-semibold block py-1 px-3"
>
Creative Tim
</a>
</li>
<li>
<a
href="https://www.creative-tim.com/presentation?ref=vn-footer-small"
class="text-white hover:text-blueGray-300 text-sm font-semibold block py-1 px-3"
>
About Us
</a>
</li>
<li>
<a
href="http://blog.creative-tim.com?ref=vn-footer-small"
class="text-white hover:text-blueGray-300 text-sm font-semibold block py-1 px-3"
>
Blog
</a>
</li>
<li>
<a
href="https://github.com/creativetimofficial/vue-notus/blob/main/LICENSE.md?ref=vn-footer-small"
class="text-white hover:text-blueGray-300 text-sm font-semibold block py-1 px-3"
>
MIT License
</a>
</li>
</ul>
</div>
</div>
</div>
</footer>
Expand Down
12 changes: 6 additions & 6 deletions resources/js/Components/Sidebar/Sidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,12 @@
icon="fas fa-shopping-bag"
/>

<SidebarItem
name="Customer"
routeName="customers.index"
icon="fas fa-users"
/>

<SidebarItem
name="Employee"
routeName="employees.index"
Expand All @@ -134,12 +140,6 @@
icon="fas fa-money-bill"
/>

<SidebarItem
name="Customer"
routeName="customers.index"
icon="fas fa-users"
/>

<SidebarItem
name="Expenses"
routeName="expenses.index"
Expand Down

0 comments on commit e7bd8bb

Please sign in to comment.