Skip to content

Commit

Permalink
added link to tag page
Browse files Browse the repository at this point in the history
  • Loading branch information
NazireAta committed Dec 14, 2024
1 parent 5261e27 commit fc09387
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions frontend/src/routes/question.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -304,8 +304,7 @@ export default function QuestionPage() {
<Link to={`/tag/${s.id}`} key={s.name}>
<Badge>{s.name}</Badge>
</Link>
))// Link to tag page
}
))}
</div>
)}

Expand Down

0 comments on commit fc09387

Please sign in to comment.