chore: update copyleft sign

This commit is contained in:
jinhojang6 2024-06-13 23:10:08 +09:00
parent 8ceadf2fc4
commit 5a349c0505
No known key found for this signature in database
GPG Key ID: 1762F21FE8B543F8
2 changed files with 2 additions and 12 deletions

View File

@ -43,7 +43,7 @@ export const Footer = () => {
<p>
Institute of Free Technology.
<br />
<span>©</span>
<span>🄯</span>
{new Date().getFullYear()} {' '}
<PageLink href={'/terms-of-use'}>Terms of Use</PageLink> {' '}
<PageLink href={'/privacy-policy'}>Privacy Policy</PageLink> {' '}
@ -278,11 +278,6 @@ const Org = styled.div`
p:first-of-type {
padding-top: 20px;
span {
display: inline-block;
transform: rotate(180deg);
}
}
p:nth-of-type(2) {

View File

@ -69,7 +69,7 @@ export const HomeFooter = () => {
<p>
Institute of Free Technology.
<br />
<span>©</span>
<span>🄯</span>
{new Date().getFullYear()}
</p>
<p>All Rights Reserved.</p>
@ -285,11 +285,6 @@ const Bottom = styled.div`
p {
width: 50%;
span {
display: inline-block;
transform: rotate(180deg);
}
}
@media (max-width: ${breakpoints.xl}px) {