mirror of
https://github.com/plebbit/seedit.git
synced 2026-06-16 20:09:56 -04:00
fix spacing
This commit is contained in:
@@ -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>
|
||||
);
|
||||
|
||||
16
yarn.lock
16
yarn.lock
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user