Skip to content

Commit

Permalink
fix(Home):add link functionality to TagDigest and UserDigest components
Browse files Browse the repository at this point in the history
  • Loading branch information
Kechicode committed Jan 9, 2025
1 parent e52a80a commit 5f2c85b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/TagDigest/Sidebar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ const Sidebar = ({ tag, ...cardProps }: TagDigestSidebarProps) => {
return (
<Card
{...path}
is="link"
spacing={[8, 8]}
bgColor="none"
bgActiveColor="none"
Expand Down
1 change: 1 addition & 0 deletions src/views/Home/Feed/Authors/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ const Authors = () => {
<UserDigest.Rich
key={node.id}
user={node}
is="link"
spacing={[12, 0]}
bgColor="none"
hasFollow={false}
Expand Down
1 change: 1 addition & 0 deletions src/views/Home/Sidebar/Authors/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ const Authors = () => {
<List.Item key={node.id}>
<UserDigest.Rich
user={node}
is="link"
spacing={[8, 8]}
bgColor="none"
bgActiveColor="greyLighter"
Expand Down

0 comments on commit 5f2c85b

Please sign in to comment.