Skip to content

Commit

Permalink
Update components/SharedLink/SharedLink.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: mat <[email protected]>
  • Loading branch information
adamjarling and mathewjordan authored May 30, 2023
1 parent 744a2b0 commit 43ee312
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/SharedLink/SharedLink.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ import { formatDateLong } from "@/lib/utils/date-helpers";
import { getWorkSliders } from "@/lib/work-helpers";
import { styled } from "@/stitches.config";

const BoldText = styled("span", {
const BoldText = styled("strong", {
fontFamily: "$northwesternSansBold",
fontWeight: "400",
});

interface SharedLinkProps {
Expand Down

0 comments on commit 43ee312

Please sign in to comment.