feat: put titles inside anchore tags
This commit is contained in:
parent
504717dc2f
commit
a137ee211b
|
@ -41,9 +41,9 @@ const dateFromNow = dayjs.utc(data?.created_at).from(dayjs.utc());
|
||||||
<main class="flex flex-col gap-4">
|
<main class="flex flex-col gap-4">
|
||||||
<div>
|
<div>
|
||||||
<h1
|
<h1
|
||||||
class="scroll-m-20 text-4xl font-extrabold tracking-tight lg:text-5xl"
|
class="scroll-m-20 text-4xl font-extrabold tracking-tight lg:text-5xl hover:underline"
|
||||||
>
|
>
|
||||||
Konulu Konum
|
<a href=`${import.meta.env.PUBLIC_HOME_URL}`> Konulu Konum</a>
|
||||||
</h1>
|
</h1>
|
||||||
<p class="leading-7 [&:not(:first-child)]:mt-6">
|
<p class="leading-7 [&:not(:first-child)]:mt-6">
|
||||||
Arkadaşınız size bir fotoğraf ve bir not bıraktı. Fakat fotoğrafı
|
Arkadaşınız size bir fotoğraf ve bir not bıraktı. Fakat fotoğrafı
|
||||||
|
|
|
@ -21,9 +21,9 @@ import { Label } from '@/components/ui/label';
|
||||||
>
|
>
|
||||||
<div>
|
<div>
|
||||||
<h1
|
<h1
|
||||||
class="scroll-m-20 text-4xl font-extrabold tracking-tight lg:text-5xl"
|
class="scroll-m-20 text-4xl font-extrabold tracking-tight lg:text-5xl hover:underline"
|
||||||
>
|
>
|
||||||
Konulu Konum
|
<a href=`${import.meta.env.PUBLIC_HOME_URL}`> Konulu Konum</a>
|
||||||
</h1>
|
</h1>
|
||||||
<p class="leading-7 [&:not(:first-child)]:mt-6">
|
<p class="leading-7 [&:not(:first-child)]:mt-6">
|
||||||
3 basit adımda fotoğraflarınızı ve videolarınızı <b
|
3 basit adımda fotoğraflarınızı ve videolarınızı <b
|
||||||
|
|
Loading…
Reference in New Issue
Block a user