Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 13fed10

Browse files
fix(skip-nav): fix format
1 parent 7199dfd commit 13fed10

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/chakra-ui-core/src/CSkipNav/CSkipNav.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,17 +60,17 @@ const CSkipNavLink = {
6060
}
6161
},
6262
computed: {
63-
colorMode() {
63+
colorMode () {
6464
return this.$chakraColorMode()
6565
},
66-
theme() {
66+
theme () {
6767
return this.$chakraTheme()
6868
},
69-
componentStyles() {
69+
componentStyles () {
7070
return createSkipNavLinkStyles()
7171
}
7272
},
73-
render(h) {
73+
render (h) {
7474
return h(
7575
'a',
7676
{
@@ -101,7 +101,7 @@ const CSkipNavContent = {
101101
},
102102
to: SNA
103103
},
104-
render(h) {
104+
render (h) {
105105
return h(
106106
CBox,
107107
{

0 commit comments

Comments
 (0)