Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/homepage/commit/e3237b902277617e725daa6130d874fd5e214ea0?style=unified&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.

fix text alignment

pull/113/head v0.3.9
Ben Phelps 3 years ago
parent 3882dd4f5a
commit e3237b9022

@ -54,7 +54,7 @@ export default function Item({ service }) {
}}
className="flex-1 flex items-center justify-between rounded-r-md "
>
<div className="flex-1 px-2 py-2 text-sm">
<div className="flex-1 px-2 py-2 text-sm text-left">
{service.name}
<p className="text-theme-500 dark:text-theme-400 text-xs font-extralight">{service.description}</p>
</div>

Loading…
Cancel
Save