Skip to content

Commit

Permalink
Merge branch 'feat/civic_signal_webtools_cms' of github.com:CodeForAf…
Browse files Browse the repository at this point in the history
…rica/ui into feat/civic_signal_webtools_cms
  • Loading branch information
m453h committed Sep 25, 2024
2 parents 2ccb1a9 + 635f08a commit 6f47dde
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions apps/civicsignalblog/src/payload/components/actions/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,19 +52,17 @@ function BeforeDashboard() {
};

return (
<div style={{}}>
<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 6f47dde

Please sign in to comment.