Skip to content

Commit

Permalink
stable one
Browse files Browse the repository at this point in the history
  • Loading branch information
davay42 committed Jan 29, 2023
1 parent 4a1a8c3 commit e3f3066
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/.vitepress/theme/Layout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ Layout
transition(name="fade" mode="out-in")
gun-vue-avatar.rounded-full.shadow-xl.cursor-pointer(
@click="state.generatePair()"
:pub="state.pub"
v-bind="state.options")
:size="300"
:pub="state.pub")
.card.flex.flex-col.items-center.gap-2.px-2.py-8.rounded-40px.bg-light-100.max-w-120.m-8.bg-opacity-50.backdrop-filter.backdrop-blur-2xl.dark-bg-dark-100.dark-bg-opacity-50.shadow-lg
.flex.flex-col.items-center.gap-8
.text-center.font-mono.break-all(
Expand Down

0 comments on commit e3f3066

Please sign in to comment.