mirror of
https://github.com/gethomepage/homepage.git
synced 2026-02-06 11:21:58 +00:00
Chore: change MySpeed blocks layout order (#5984)
This commit is contained in:
parent
196c51bf73
commit
6b63cfd491
@ -24,9 +24,9 @@ export default function Component({ service }) {
|
||||
if (!data || (data && data.length === 0)) {
|
||||
return (
|
||||
<Container service={service}>
|
||||
<Block label="myspeed.ping" />
|
||||
<Block label="myspeed.download" />
|
||||
<Block label="myspeed.upload" />
|
||||
<Block label="myspeed.ping" />
|
||||
</Container>
|
||||
);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user