Fix some link bugs #263

Merged
j285he merged 1 commits from jared-fix-links-251-258 into main 2021-09-02 17:19:06 -04:00
2 changed files with 2 additions and 1 deletions

View File

@ -21,6 +21,7 @@ export function Button(props: Props) {
<a
{...otherProps}
target="_blank"
rel="noreferrer"
className={`${styles.link} ${styles[btnSize]} ${
otherProps.className ?? ""
}`}

View File

@ -51,7 +51,7 @@ The CS Club team is devoted to providing you with all the resources you could
need as a student. We want to create a community that members can call home, to
make it a place where you can reach out for career advice, for academic help, or
even just to socialize. To fulfil this mission, we'll be running events and
initiatives throughout the term, so please check out our [Events](/events/current)
initiatives throughout the term, so please check out our [Events](/events)
page to stay updated!
</Bubble>