mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
IRC button module, removed some links
This commit is contained in:
parent
647ca26892
commit
833b641578
6 changed files with 36 additions and 38 deletions
src/pages
|
@ -86,21 +86,24 @@ export default function Index (props) {
|
|||
return (
|
||||
<div>
|
||||
{renderMotd()}
|
||||
{Object.keys(links).map((key) => {
|
||||
let link = links[key]
|
||||
return (
|
||||
<span
|
||||
className='link'
|
||||
key={key}
|
||||
>
|
||||
<a
|
||||
href={link.href}
|
||||
<center>
|
||||
|
||||
{Object.keys(links).map((key) => {
|
||||
let link = links[key]
|
||||
return (
|
||||
<span
|
||||
className='link'
|
||||
key={key}
|
||||
>
|
||||
{link.text}
|
||||
</a>
|
||||
</span>
|
||||
)
|
||||
})}
|
||||
<a
|
||||
href={link.href}
|
||||
>
|
||||
{link.text}
|
||||
</a>
|
||||
</span>
|
||||
)
|
||||
})}
|
||||
</center>
|
||||
{renderNews()}
|
||||
</div>
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue