Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
5h0ov authored Oct 2, 2024
1 parent f3c9833 commit 4b947b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<li class="flex items-center gap-3 w-fit hover:bg-gray-900 cursor-pointer px-5 py-3 hover:rounded-full transition-all"><span class="material-symbols-outlined text-3xl">chat</span>Grok</li>
<li class="flex items-center gap-3 w-fit hover:bg-gray-900 cursor-pointer px-5 py-3 hover:rounded-full transition-all"><span class="material-symbols-outlined text-3xl">lists</span>Lists</li>
<li class="flex items-center gap-3 w-fit hover:bg-gray-900 cursor-pointer px-5 py-3 hover:rounded-full transition-all"><span class="material-symbols-outlined text-3xl">bookmarks</span>Premium</li>
<li class="flex items-center gap-3 w-fit hover:bg-gray-900 cursor-pointer px-5 py-3 hover:rounded-full transition-all"><span class="material-symbols-outlined text-3xl">person</span>Profile</li>
<li class="flex items-center gap-3 w-fit hover:bg-gray-900 cursor-pointer px-5 py-3 hover:rounded-full transition-all"><span class="material-symbols-outlined text-3xl">person</span><a href="profile.html">Profile</a></li>
<li class="flex items-center gap-3 w-fit hover:bg-gray-900 cursor-pointer px-5 py-3 hover:rounded-full transition-all"><span class="material-symbols-outlined text-3xl">more</span>More</li>
<li class="flex items-center gap-3 w-fit cursor-pointer py-3">
<button class=" bg-[#1d9bf0] hover:bg-[#1a8cd8] px-24 py-4 rounded-full">Post</button>
Expand Down

0 comments on commit 4b947b2

Please sign in to comment.