mirror of
https://github.com/recloudstream/website.git
synced 2024-08-15 03:18:45 +00:00
update alert sizes
This commit is contained in:
parent
dc86942144
commit
d7efcbdc43
1 changed files with 2 additions and 2 deletions
|
@ -48,7 +48,7 @@ const IndexPage = () => {
|
|||
</div>
|
||||
</div>
|
||||
{(!repos && !afterTimeout) &&
|
||||
<div class="alert shadow-lg">
|
||||
<div class="alert shadow-lg w-full mx-10 md:w-2/3 mb-5">
|
||||
<div>
|
||||
<span>Fetching data...</span>
|
||||
<progress class="progress progress-primary w-1/3"></progress>
|
||||
|
@ -62,7 +62,7 @@ const IndexPage = () => {
|
|||
</>
|
||||
}
|
||||
{(!repos && afterTimeout) &&
|
||||
<div class="alert alert-error shadow-lg">
|
||||
<div class="alert alert-error shadow-lg w-full mx-10 md:w-2/3 mb-5">
|
||||
<div>
|
||||
<BiErrorAlt />
|
||||
<div>
|
||||
|
|
Loading…
Reference in a new issue