Skip to content

Commit

Permalink
lint errors fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajandeep98 committed Dec 17, 2024
1 parent deb67dd commit aecde8e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion web/site/app/components/Sbc/Docs/SideNavigation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const exceptgetStartedNavItems = computed(() => {
:to="item.children?.[0]?.to"
active-class="text-primary-500 bg-bcGovColor-lightBlue font-semibold"
:class="[
'focus-visible:outline-{color}-500 mx-6 flex h-[40px] min-h-9 w-[215px] items-center gap-3 rounded-none px-1 font-sans text-sm font-normal text-bcGovColor-midGray transition-colors duration-300 ease-in-out hover:bg-bcGovBlue-50 hover:font-semibold hover:text-bcGovColor-activeBlue focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 dark:text-white dark:hover:bg-bcGovBlue-100/10 dark:focus-visible:outline-white '
'mx-6 flex h-[40px] min-h-9 w-[215px] items-center gap-3 rounded-none px-1 font-sans text-sm font-normal text-bcGovColor-midGray transition-colors duration-300 ease-in-out hover:bg-bcGovBlue-50 hover:font-semibold hover:text-bcGovColor-activeBlue focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 dark:text-white dark:hover:bg-bcGovBlue-100/10 dark:focus-visible:outline-white '
]"
>
{{ item.label }}
Expand Down
3 changes: 1 addition & 2 deletions web/site/app/layouts/docs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ const navItems = inject<Ref<NavItem[]>>('docNavItems')
const mainHeaderHeight = inject<Ref<number>>('mainHeaderHeight')
const footerHeight = inject<Ref<number>>('footerHeight')
const { prevPage, nextPage } = useSurroundPages()
const { currentDir, tocLinks, createPageHead } = useDocPageData()
const { createPageHead } = useDocPageData()
const contentWrapper = shallowRef<HTMLDivElement | null>(null)
const { activeTocId } = useHeadingObserver(contentWrapper.value)
useHead({
title: () => createPageHead()
Expand Down
2 changes: 1 addition & 1 deletion web/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "developer-connect-site",
"private": true,
"type": "module",
"version": "1.0.4",
"version": "1.0.5",
"scripts": {
"build-check": "nuxt build",
"build": "nuxt generate",
Expand Down

0 comments on commit aecde8e

Please sign in to comment.