Update to Nuxt 3.14 and Replace npm with pnpm (#72)
Signed-off-by: nurRiyad <asadnurriyad@gmail.com>
This commit is contained in:
committed by
GitHub
parent
32e4f6fe44
commit
9db5ae8103
@@ -4,16 +4,14 @@ import { footerData, seoData } from '~/data'
|
||||
|
||||
<template>
|
||||
<div>
|
||||
<p class="text-black dark:text-zinc-300 text-base font-semibold">
|
||||
Connect With Me
|
||||
</p>
|
||||
<p class="dark:text-zinc-300 ">
|
||||
<p class="text-black dark:text-zinc-300 text-base font-semibold">Connect With Me</p>
|
||||
<p class="dark:text-zinc-300">
|
||||
{{ footerData.authorInterest }}
|
||||
</p>
|
||||
|
||||
<a
|
||||
:href="`mailto: ${seoData.mailAddress}`"
|
||||
class="block text-center w-full bg-sky-700 p-2 rounded-lg text-[#F1F2F4] mt-3 text-sm"
|
||||
class="block text-center w-full bg-sky-700 p-2 rounded-lg text-[#F1F2F4] mt-3 text-sm"
|
||||
>
|
||||
Sent Mail
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user