링크 수정

feature-credit
김성경 2026-05-07 17:21:44 +09:00
parent 8df5233fee
commit cf27da30b4
1 changed files with 2 additions and 2 deletions

View File

@ -11,9 +11,9 @@ const Footer: React.FC = () => {
<img src="/assets/images/ado2-sidebar-logo.svg" alt="ADO2" className="footer-logo" /> <img src="/assets/images/ado2-sidebar-logo.svg" alt="ADO2" className="footer-logo" />
<p className="footer-copyright">Copyright O2O Inc. All rights reserved</p> <p className="footer-copyright">Copyright O2O Inc. All rights reserved</p>
<div className="footer-links"> <div className="footer-links">
<a href="https://demo.castad.net/privacy.html" target="_blank" rel="noopener noreferrer" className="footer-link">{t('footer.privacyPolicy')}</a> <a href="https://demo.castad.net/privacy.html" rel="noopener noreferrer" className="footer-link">{t('footer.privacyPolicy')}</a>
<span className="footer-link-divider">|</span> <span className="footer-link-divider">|</span>
<a href="https://demo.castad.net/terms.html" target="_blank" rel="noopener noreferrer" className="footer-link">{t('footer.termsOfService')}</a> <a href="https://demo.castad.net/terms.html" rel="noopener noreferrer" className="footer-link">{t('footer.termsOfService')}</a>
</div> </div>
</div> </div>
<div className="footer-right"> <div className="footer-right">