Skip to content

Commit c26ae69

Browse files
fix: remove outdated MIT License
1 parent 6e79217 commit c26ae69

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

apps/client/src/routes/Landing/Footer.tsx

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,7 @@ export const Footer = () => {
3535
</ButtonGroup>
3636
</Stack>
3737
<Text fontSize="sm" color="subtle">
38-
&copy; {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>
38+
&copy; {new Date().getFullYear()}, Hamzah Ahmed
4639
</Text>
4740
<Box
4841
mt="6"

0 commit comments

Comments
 (0)