chore: update copyleft sign
This commit is contained in:
parent
8ceadf2fc4
commit
5a349c0505
|
@ -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) {
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue