💄 Tweaks to footer style
This commit is contained in:
parent
418139170e
commit
e7f4a7ee38
1 changed files with 1 additions and 4 deletions
|
@ -58,10 +58,7 @@ const Footer = props => {
|
|||
let items = [];
|
||||
for (let i of Object.keys(links[l])) {
|
||||
items.push(
|
||||
<li
|
||||
key={i}
|
||||
style={{ textAlign: l === "left" ? "right" : "left" }}
|
||||
>
|
||||
<li key={i} style={{ textAlign: "center" }}>
|
||||
<a href={links[l][i]}>
|
||||
<FormattedMessage id={"app." + i} />
|
||||
</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue