refactor: update text and link components to be polymorphic (#171)

This commit is contained in:
Razboy20
2024-03-15 22:06:36 -05:00
committed by GitHub
parent 61c43962fb
commit d04818ccd8
5 changed files with 55 additions and 38 deletions

View File

@@ -37,11 +37,11 @@ export default function RecruitmentBanner(): JSX.Element {
<div className={styles.container}>
<Text color='white'>
Interested in helping us develop UT Registration Plus? Check out our{' '}
<Link color='white' url={DISCORD_URL}>
<Link color='white' href={DISCORD_URL}>
Discord Server
</Link>{' '}
and{' '}
<Link color='white' url={GITHUB_URL}>
<Link color='white' href={GITHUB_URL}>
GitHub
</Link>
!