We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f05d1b6 commit c1aa783Copy full SHA for c1aa783
app/layouts/default.vue
@@ -1,9 +1,14 @@
1
<template>
2
<main h-full>
3
<div flex flex-col gap-4 px-4 pb-4 pt-4>
4
- <h1 text-4xl>
5
- Qrs
6
- </h1>
+ <div flex gap-10>
+ <h1 text-4xl>
+ 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>
12
<div h-full flex gap-5>
13
<NuxtLink op70 hover="text-blue" duration-300 transition="all ease-in-out" to="/" active-class="!op100">
14
Transfer
0 commit comments