mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
Update site-legal-meta.tsx
This commit is contained in:
@@ -26,6 +26,19 @@ const SiteLegalMeta = ({ order = 'version-first' }: SiteLegalMetaProps) => {
|
|||||||
const first = order === 'version-first' ? <VersionFeedbackContact /> : <LicenseText />;
|
const first = order === 'version-first' ? <VersionFeedbackContact /> : <LicenseText />;
|
||||||
const second = order === 'version-first' ? <LicenseText /> : <VersionFeedbackContact />;
|
const second = order === 'version-first' ? <LicenseText /> : <VersionFeedbackContact />;
|
||||||
|
|
||||||
|
if (order === 'version-first') {
|
||||||
|
return (
|
||||||
|
<>
|
||||||
|
<br />
|
||||||
|
{first}
|
||||||
|
<br />
|
||||||
|
<br />
|
||||||
|
<br />
|
||||||
|
{second}
|
||||||
|
</>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
{first}
|
{first}
|
||||||
|
|||||||
Reference in New Issue
Block a user