Added visible blog link
This commit is contained in:
@@ -4,6 +4,7 @@ import {t} from "$lib/translations";
|
||||
import Github from "$lib/icons/Github.svelte";
|
||||
import Telegram from "$lib/icons/Telegram.svelte";
|
||||
import Linkedin from "$lib/icons/Linkedin.svelte";
|
||||
import Blog from "$lib/icons/Blog.svelte";
|
||||
import MaterialSymbolsStarRounded from '~icons/material-symbols/star-rounded';
|
||||
|
||||
export let starCount: number | null;
|
||||
@@ -94,6 +95,12 @@ const goTop = () => {
|
||||
>
|
||||
<Telegram></Telegram>
|
||||
</a>
|
||||
<a
|
||||
class="hero__social-icon"
|
||||
href="/blog"
|
||||
>
|
||||
<Blog></Blog>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user