Skip to content

Commit

Permalink
Update apps/civicsignalblog/src/payload/components/actions/index.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Clemence Kyara <[email protected]>
  • Loading branch information
m453h and kilemensi authored Sep 25, 2024
1 parent 5588ea9 commit 635f08a
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions apps/civicsignalblog/src/payload/components/actions/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,17 +54,15 @@ function BeforeDashboard() {
return (
<div>
{loading ? (
<>
<p
style={{
padding: "5px 10px",
marginTop: "30px",
background: "var(--theme-input-bg)",
}}
>
Loading...
</p>
</>
<p
style={{
padding: "5px 10px",
marginTop: "30px",
background: "var(--theme-input-bg)",
}}
>
Loading...
</p>
) : (
<>
<label
Expand Down

0 comments on commit 635f08a

Please sign in to comment.