Skip to content

Commit

Permalink
updated color
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGoC committed Jun 26, 2024
1 parent a5577da commit a6a7c44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,10 @@ const Home: NextPage<{ adobeAnalyticsUrl: string }> = ({
>
<summary
key={`summary-shared`}
className="pt-2 pb-3 px-4 ds-cursor-pointer ds-select-none "
className="text-[#295376] pt-2 pb-3 px-4 ds-cursor-pointer ds-select-none hover:text-[#0535D2]"
>
<span
className="text-[#295376] hover:underline"
className="hover:underline"
dangerouslySetInnerHTML={{ __html: tsln.usingSharedDevice }}
data-gc-analytics-customclick={`${AA_BUTTON_CLICK_ATTRIBUTE}: shared`}
/>
Expand Down

0 comments on commit a6a7c44

Please sign in to comment.