|
|
@@ -5,7 +5,7 @@ const PrivateLegacyPages: FC = memo(() => {
|
|
|
const { t } = useTranslation();
|
|
|
|
|
|
return (
|
|
|
- <a href="/private-legacy-pages?q=[nq:PrivateLegacyPages]" className="h5">
|
|
|
+ <a href="/private-legacy-pages?q=[nq:PrivateLegacyPages]" className="h5 grw-private-legacy-pages-anchor text-decoration-none">
|
|
|
<i className="icon-drawer mr-2"></i> Private Legacy Pages
|
|
|
</a>
|
|
|
);
|