Created
February 2, 2025 18:47
-
-
Save blopa/2db1640db7804b6c913b54ceffbfed3b to your computer and use it in GitHub Desktop.
Code for post "I built a retro RPG game shop extension for my Magento 2 store"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="border-2 border-orange-500 p-3 sticky top-0 bg-black z-50"> | |
<h1 class="text-3xl md:text-4xl font-bold tracking-widest uppercase"> | |
<?php echo $currentStoreName; ?> | |
</h1> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment