Skip to content

Commit

Permalink
cut OCTO, add GitHub, Discord links
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-usui committed Sep 26, 2021
1 parent 73eb441 commit 8c40f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Common/Banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ interface Props extends PropsFromRedux {}
const Banner: FC<Props> = (props) => {
const location = useLocation();
const history = useHistory();
const text = <p>Want to join OCTO or Berkeleytime?</p>;
const text = <p>Want to join Berkeleytime? <a href="https://github.com/asuc-octo/berkeleytime">GitHub</a>, <a href="https://discord.gg/DeCEPNdPjc">Discord</a></p>;

function redirect(site: string) {
history.push("/redirect?site=" + site)
Expand Down

0 comments on commit 8c40f08

Please sign in to comment.