Commit 504df891 by sawit

Edit button

parent 6975c7f9
<div class="container mx-auto px-4 py-8">
<div class="flex justify-end mb-6">
<button class="" (click)="logout()">Logout</button>
<button class="hs-dropdown-toggle ti-btn ti-btn-danger-full me-2" (click)="logout()">Logout</button>
</div>
<h1 class="text-4xl font-bold text-indigo-900 mb-10">Application</h1>
<div class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-8">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment