changing heading text
This commit is contained in:
@ -14,7 +14,7 @@ const headings = [
|
|||||||
<div class="w-full max-w-4xl h-full gap-2 flex justify-between">
|
<div class="w-full max-w-4xl h-full gap-2 flex justify-between">
|
||||||
{headings.map((h) => (
|
{headings.map((h) => (
|
||||||
<div class="flex justify-center items-center">
|
<div class="flex justify-center items-center">
|
||||||
<a href={h.url} class="text-2xl text-snow-storm-300 cursor-pointer hover:text-3xl transition-all duration-500">
|
<a href={h.url} class="text-3xl text-snow-storm-300 cursor-pointer hover:text-3xl transition-all duration-500">
|
||||||
{h.name}
|
{h.name}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user