Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 97a832180d |
+2
-20
@@ -88,26 +88,8 @@ export default function Index({ config, kvMonitors, kvMonitorsLastUpdate }) {
|
|||||||
/>
|
/>
|
||||||
)
|
)
|
||||||
})}
|
})}
|
||||||
<div className="flex flex-row justify-between mt-4 text-sm">
|
|
||||||
<div>
|
|
||||||
Powered by{' '}
|
|
||||||
<a href="https://workers.cloudflare.com/" target="_blank">
|
|
||||||
Cloudflare Workers{' '}
|
|
||||||
</a>
|
|
||||||
&{' '}
|
|
||||||
<a href="https://flareact.com/" target="_blank">
|
|
||||||
Flareact{' '}
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<a
|
|
||||||
href="https://github.com/eidam/cf-workers-status-page"
|
|
||||||
target="_blank"
|
|
||||||
>
|
|
||||||
Get Your Status Page
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user