fix spacing

This commit is contained in:
Tom (plebeius.eth)
2024-12-22 12:38:37 +01:00
parent a3efb61796
commit d27f7d2397
2 changed files with 8 additions and 18 deletions

View File

@@ -137,7 +137,7 @@ const Subplebbit = () => {
);
} else if (params.timeFilterName) {
footerSecondLine = (
<div className={styles.stateString}>
<div className={styles.morePostsSuggestion}>
<Trans
i18nKey='show_all_instead'
values={{ timeFilterName: params.timeFilterName }}
@@ -151,7 +151,13 @@ const Subplebbit = () => {
return (
<div className={styles.footer}>
{footerFirstLine}
{footerFirstLine && (
<>
{footerFirstLine}
<br />
<br />
</>
)}
{footerSecondLine}
</div>
);

View File

@@ -3382,22 +3382,6 @@
dependencies:
debug "4.3.4"
"@plebbit/plebbit-react-hooks@https://github.com/plebbit/plebbit-react-hooks.git#be1a1f317db7c4096f0d1c79452e13452bf9df78":
version "0.0.1"
resolved "https://github.com/plebbit/plebbit-react-hooks.git#be1a1f317db7c4096f0d1c79452e13452bf9df78"
dependencies:
"@plebbit/plebbit-js" "https://github.com/plebbit/plebbit-js.git#cae33a888fc23248d2f226d9d14b67c80dee7f28"
"@plebbit/plebbit-logger" "https://github.com/plebbit/plebbit-logger.git"
assert "2.0.0"
ethers "5.6.9"
localforage "1.10.0"
lodash.isequal "4.5.0"
memoizee "0.4.15"
quick-lru "5.1.1"
uint8arrays "3.1.1"
uuid "8.3.2"
zustand "4.0.0"
"@plebbit/plebbit-react-hooks@https://github.com/plebbit/plebbit-react-hooks.git#e6890d342c18045228720ce5a7bed1a349099667":
version "0.0.1"
resolved "https://github.com/plebbit/plebbit-react-hooks.git#e6890d342c18045228720ce5a7bed1a349099667"