Skip to content

Commit c1aa783

Browse files
committed
feat: github link
1 parent f05d1b6 commit c1aa783

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

app/layouts/default.vue

+8-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
<template>
22
<main h-full>
33
<div flex flex-col gap-4 px-4 pb-4 pt-4>
4-
<h1 text-4xl>
5-
Qrs
6-
</h1>
4+
<div flex gap-10>
5+
<h1 text-4xl>
6+
Qrs
7+
</h1>
8+
<a href="https://github.com/qqrss/qrs" target="_blank" cursor-pointer text-3xl op50 hover:text-blue hover:op100>
9+
<div i-carbon:logo-github />
10+
</a>
11+
</div>
712
<div h-full flex gap-5>
813
<NuxtLink op70 hover="text-blue" duration-300 transition="all ease-in-out" to="/" active-class="!op100">
914
Transfer

0 commit comments

Comments
 (0)