This repository was archived by the owner on Feb 12, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 6565 < div class = " flex pt-5 text-sm text-gray-400" >
6666 < a href= " dashboard/servers" class = " flex-no-shrink bg-green-500 hover:bg-green-600 px-5 ml-4 py-2 text-xs shadow-sm hover:shadow-lg font-medium tracking-wider text-white rounded-full transition ease-in duration-300" >< i class = " fa-solid fa-server" >< / i> Servers< / a>
6767 < a href= " profile/me" class = " flex-no-shrink bg-yellow-400 hover:bg-yellow-500 px-5 ml-4 py-2 text-xs shadow-sm hover:shadow-lg font-medium tracking-wider text-white rounded-full transition ease-in duration-300" >< i class = " fa-solid fa-user" >< / i> Profile< / a>
68+ < % if (user .id === process .env .DEVELOPER_ID ) { % >
69+ < a href= " admin/panel" class = " flex-no-shrink bg-purple-600 hover:bg-purple-700 px-5 ml-4 py-2 text-xs shadow-sm hover:shadow-lg font-medium tracking-wider text-white rounded-full transition ease-in duration-300" >< i class = " ml-1 fa-solid fa-fingerprint" >< / i> Panel< / a>
70+ < % } % >
6871 < a href= " /logout" class = " flex-no-shrink bg-red-500 hover:bg-red-600 px-5 ml-4 py-2 text-xs shadow-sm hover:shadow-lg font-medium tracking-wider text-white rounded-full transition ease-in duration-300" >< i class = " fa-solid fa-right-from-bracket" >< / i> Log out< / a>
6972 < / div>
7073 < / div>
You can’t perform that action at this time.
0 commit comments