Skip to content

Commit

Permalink
style: change link colors in service page
Browse files Browse the repository at this point in the history
  • Loading branch information
omermecitoglu committed Jan 8, 2025
1 parent 27125c4 commit 8a462cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/services/[id]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ const ShowServicePage = async ({
icon={faDatabase}
href={`/services/${serviceId}/databases`}
text="Databases"
variant="secondary"
variant="outline-primary"
size="sm"
stretched
/>
Expand All @@ -104,7 +104,7 @@ const ShowServicePage = async ({
icon={faNetworkWired}
href={`/services/${serviceId}/networks`}
text="Networks"
variant="secondary"
variant="outline-primary"
size="sm"
stretched
/>
Expand Down

0 comments on commit 8a462cd

Please sign in to comment.