Skip to content

Commit

Permalink
info fix for main page (#63)
Browse files Browse the repository at this point in the history
* Update Core.tsx info

* Remove unused ant icon
  • Loading branch information
MichaelDHellman authored Jul 15, 2024
1 parent f010d84 commit 96a2158
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions client/src/components/Core.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { HeartTwoTone, ThunderboltTwoTone } from "@ant-design/icons";
import { HeartTwoTone } from "@ant-design/icons";
import { Popover } from "antd";
import type { ReactNode } from "react";
import styled from "styled-components";
Expand Down Expand Up @@ -59,9 +59,7 @@ function Core({ children }: CoreProps) {
<Footer>
<p>
Built with <HeartTwoTone twoToneColor="#eb2f96" /> by{" "}
<a href="https://www.acmutd.co" target={"blank"}>ACM Labs</a> and powered{" "}
<ThunderboltTwoTone twoToneColor="#ffcc00" /> by{" "}
<a href="https://www.utdmercury.com" target={"blank"}>The Mercury</a>. Raw data available{" "}
<a href="https://www.acmutd.co" target={"blank"}>ACM Dev</a>. Raw data available{" "}
<a href="https://github.com/acmutd/utd-grades/tree/master/raw_data" target={"blank"}>for download</a>.
</p>
<p>
Expand Down

0 comments on commit 96a2158

Please sign in to comment.