Skip to content

Commit

Permalink
Merge pull request #136 from bettersg/133_hotfix_indiv_scheme_page
Browse files Browse the repository at this point in the history
hotfix: remove target blank in schemes list
  • Loading branch information
yevkim authored Jan 12, 2025
2 parents 678e1ad + ee4640a commit b2d5257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/schemes/schemes-list.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export default function SchemesList({ schemes }: SchemesListProps) {
key={scheme.schemeId}
href={`/schemes/${scheme.schemeId}`}
className="w-full"
target="_blank"
// target="_blank"
>
<Card shadow="sm" className="w-full" isHoverable>
<CardHeader className="flex gap-3 font-semibold">
Expand Down

0 comments on commit b2d5257

Please sign in to comment.