We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de311c3 commit 8dc132aCopy full SHA for 8dc132a
src/components/app/shared/AppHeader.astro
@@ -11,7 +11,7 @@ import { IoMdSettings } from 'react-icons/io';
11
</a>
12
<div class="font-work text-3xl font-semibold text-left">Pujo Atlas</div>
13
<div class="text-xs py-1 px-2 font-work bg-[#909090] bg-opacity-[64%] rounded-full text-center">
14
- <span class="text-black font-medium">WEB 1.0</span>
+ <span class="text-black font-medium">WEB 1.0.2</span>
15
</div>
16
17
<button aria-label="settings" title="settings" class="settings-button" id="settingsButton">
0 commit comments