Skip to content

Commit

Permalink
color update text
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajandeep98 committed Dec 17, 2024
1 parent aecde8e commit 90a740c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/site/app/components/Sbc/Docs/SideNavigation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ const exceptgetStartedNavItems = computed(() => {
</script>
<template>
<aside class="mx-2 min-w-56 max-w-min border-r-2 border-bcGovColor-hairlinesOnWhite " data-testid="docs-side-navigation">
<div class="flex items-center text-base font-semibold uppercase ">
<div class="flex items-center text-base font-semibold uppercase text-bcGovColor-midGray">
{{ $t('SbcNavigation.intro') }}
</div>
<SbcDocsAccordianNavigation :nav-items="getStartedNavItems" />
<div class="flex items-center text-base font-semibold uppercase ">
<div class="flex items-center text-base font-semibold uppercase text-bcGovColor-midGray">
{{ $t('SbcNavigation.devproducts') }}
</div>
<div v-for="item in exceptgetStartedNavItems" :key="item.label">
Expand Down

0 comments on commit 90a740c

Please sign in to comment.