From f5ca6c22a40762402f86e553dce592654ec88d67 Mon Sep 17 00:00:00 2001 From: Sam Richard Date: Sat, 26 Nov 2022 19:19:45 -0500 Subject: [PATCH] feat: a11y account info (#98) Co-authored-by: Anthony Fu --- components/account/AccountInfo.vue | 2 ++ components/content/ContentRich.setup.ts | 2 +- layouts/default.vue | 9 ++++----- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/components/account/AccountInfo.vue b/components/account/AccountInfo.vue index 13f4d148..aae3cf7a 100644 --- a/components/account/AccountInfo.vue +++ b/components/account/AccountInfo.vue @@ -9,6 +9,8 @@ const { account, link = true, fullServer = false } = defineProps<{ }>() + +