We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e79217 commit c26ae69Copy full SHA for c26ae69
apps/client/src/routes/Landing/Footer.tsx
@@ -35,14 +35,7 @@ export const Footer = () => {
35
</ButtonGroup>
36
</Stack>
37
<Text fontSize="sm" color="subtle">
38
- © {new Date().getFullYear()}, Hamzah Ahmed under{" "}
39
- <Link
40
- href="https://github.com/debater-coder/timetabl-app/blob/main/LICENSE"
41
- color={"primary.500"}
42
- isExternal
43
- >
44
- MIT License.
45
- </Link>
+ © {new Date().getFullYear()}, Hamzah Ahmed
46
</Text>
47
<Box
48
mt="6"
0 commit comments