mirror of
https://github.com/NotXia/notxia.github.io.git
synced 2026-05-06 16:56:37 +00:00
Update projects
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<img src="~/assets/images/icons/wip.svg" class="h-6 sm:h-8 dark:invert"/>
|
||||
<span class="sm:text-lg font-bold ml-2">WIP</span>
|
||||
</div>
|
||||
<h3 class="text-2xl font-semibold text-center text-gray-900 dark:text-white">{{ props.title }}</h3>
|
||||
<h3 class="text-2xl font-semibold text-center text-gray-900 dark:text-white md:mx-10">{{ props.title }}</h3>
|
||||
<h4 v-if="props.subtitle" class="text font-semibold text-center text-gray-700 dark:text-gray-300">{{ props.subtitle }}</h4>
|
||||
<div class="text-center mb-2">
|
||||
<a v-for="link in props.links" :href="link.url" class="font-mono inline-block hover:underline mx-2">{{ link.label }}</a>
|
||||
|
||||
Reference in New Issue
Block a user