Skip to content

Commit

Permalink
Merge pull request #1220 from webkom/revy-detail_link
Browse files Browse the repository at this point in the history
Remove detail_link front-end component for revy groups
  • Loading branch information
Arashfa0301 committed Sep 4, 2023
2 parents e71f483 + 2fa28b4 commit 749da4e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions frontend/src/components/GroupCard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,11 @@ const GroupCard: React.FC<GroupCardProps> = ({
{!isRevy && <Logo src={logo} />}
<Name>{readmeIfy(name)}</Name>
<Description>{readmeIfy(description, true)}</Description>
<LearnMoreLink href={`${readMoreLink}`} target="_blank">
Les mer på abakus.no
</LearnMoreLink>
{!isRevy && (
<LearnMoreLink href={`${readMoreLink}`} target="_blank">
Les mer på abakus.no
</LearnMoreLink>
)}
<SelectedMark isChosen={isChosen}>
{isChosen ? (
<SelectedMarkText isChosen={isChosen}>
Expand Down

0 comments on commit 749da4e

Please sign in to comment.