Update footer

This commit is contained in:
jinhojang6 2020-11-10 22:38:06 +09:00
parent c7b5e00619
commit 66612ead49
No known key found for this signature in database
GPG Key ID: 0E7AA62CB0D9E6F3
1 changed files with 1 additions and 3 deletions

View File

@ -13,7 +13,6 @@ function Footer() {
<div className="sm:col-span-12 lg:col-span-3"> <div className="sm:col-span-12 lg:col-span-3">
<div className="mb-2"> <div className="mb-2">
{/* Logo */} {/* Logo */}
<Link to="/" className="inline-block" aria-label="Cruip">
<svg width="40" height="40" viewBox="0 0 140 144" fill="none" xmlns="http://www.w3.org/2000/svg"> <svg width="40" height="40" viewBox="0 0 140 144" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fillRule="evenodd" clipRule="evenodd" d="M69.9259 0C31.3068 0 0 31.3405 0 70C0 108.66 31.3068 140 69.9259 140C108.545 140 139.852 108.66 139.852 70C139.852 31.3405 108.545 0 69.9259 0Z" fill="#4360DF"/> <path fillRule="evenodd" clipRule="evenodd" d="M69.9259 0C31.3068 0 0 31.3405 0 70C0 108.66 31.3068 140 69.9259 140C108.545 140 139.852 108.66 139.852 70C139.852 31.3405 108.545 0 69.9259 0Z" fill="#4360DF"/>
<mask id="mask0" mask-type="alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="140" height="140"> <mask id="mask0" mask-type="alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="140" height="140">
@ -23,10 +22,9 @@ function Footer() {
<path fillRule="evenodd" clipRule="evenodd" d="M72.2742 66.9318C75.7855 67.2978 79.2968 67.6635 83.6137 67.4228C95.3098 66.77 102.395 60.7605 101.892 51.7778C101.38 42.6383 91.9539 37.0075 82.5228 37.534C67.1534 38.3913 55.8514 51.8993 54.5785 67.3383C56.6657 66.8488 58.8627 66.5565 60.9345 66.441C65.2516 66.2003 68.7629 66.566 72.2742 66.9318ZM42.1449 86.912C42.6299 95.29 51.5596 100.452 60.4947 99.9688C75.055 99.1828 85.7627 86.8005 86.9681 72.648C84.9907 73.0968 82.9097 73.365 80.9468 73.4708C76.8568 73.6915 73.5301 73.3563 70.2034 73.0208C66.8769 72.6855 63.5502 72.3503 59.4605 72.571C48.3805 73.1693 41.6679 78.6778 42.1449 86.912Z" fill="white"/> <path fillRule="evenodd" clipRule="evenodd" d="M72.2742 66.9318C75.7855 67.2978 79.2968 67.6635 83.6137 67.4228C95.3098 66.77 102.395 60.7605 101.892 51.7778C101.38 42.6383 91.9539 37.0075 82.5228 37.534C67.1534 38.3913 55.8514 51.8993 54.5785 67.3383C56.6657 66.8488 58.8627 66.5565 60.9345 66.441C65.2516 66.2003 68.7629 66.566 72.2742 66.9318ZM42.1449 86.912C42.6299 95.29 51.5596 100.452 60.4947 99.9688C75.055 99.1828 85.7627 86.8005 86.9681 72.648C84.9907 73.0968 82.9097 73.365 80.9468 73.4708C76.8568 73.6915 73.5301 73.3563 70.2034 73.0208C66.8769 72.6855 63.5502 72.3503 59.4605 72.571C48.3805 73.1693 41.6679 78.6778 42.1449 86.912Z" fill="white"/>
</g> </g>
</svg> </svg>
</Link>
</div> </div>
<div className="text-sm text-gray-600"> <div className="text-sm text-gray-600">
<a href="#" className="text-gray-600 hover:text-gray-900 hover:underline transition duration-150 ease-in-out">Terms</a> · <a href="https://status.im/privacy-policy/" className="text-gray-600 hover:text-gray-900 hover:underline transition duration-150 ease-in-out">Privacy Policy</a> <Link to="/status-terms" className="text-gray-600 hover:text-gray-900 hover:underline transition duration-150 ease-in-out">Terms</Link> · <a href="https://status.im/privacy-policy/" className="text-gray-600 hover:text-gray-900 hover:underline transition duration-150 ease-in-out">Privacy Policy</a>
</div> </div>
</div> </div>