Skip to content

Commit

Permalink
event reported -> reported
Browse files Browse the repository at this point in the history
  • Loading branch information
robertgodfrey committed Nov 10, 2023
1 parent 0fc3f50 commit 3fb6638
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion my-app/src/components/events/EventReported.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const EventRemoval = ({ event }) => {
const { data: session } = useSession();

return (
<EventCollapse title="Event Reported">
<EventCollapse title="Reported">
<div className="p-3 bg-base-100 rounded-xl">
<header>
<div className="flex flex-col md:flex-row justify-between">
Expand Down
10 changes: 5 additions & 5 deletions my-app/src/components/events/ProgressBar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const ProgressBar = ({ status }) => {
<div className="flex justify-center py-12">
<ul className="steps steps-horizontal">
<li data-content="✓" className="step step-primary">
Event Reported
Reported
</li>
<li data-content="●" className="step">
Removal &amp; Storage
Expand All @@ -26,7 +26,7 @@ const ProgressBar = ({ status }) => {
<div className="flex justify-center py-12">
<ul className="steps steps-horizontal">
<li data-content="✓" className="step step-primary">
Event Reported
Reported
</li>
<li data-content="●" className="step step-primary">
Removal &amp; Storage
Expand All @@ -46,7 +46,7 @@ const ProgressBar = ({ status }) => {
<div className="flex justify-center py-12">
<ul className="steps steps-horizontal">
<li data-content="✓" className="step step-primary">
Event Reported
Reported
</li>
<li data-content="✓" className="step step-primary">
Removal &amp; Storage
Expand All @@ -66,7 +66,7 @@ const ProgressBar = ({ status }) => {
<div className="flex justify-center py-12">
<ul className="steps steps-horizontal">
<li data-content="✓" className="step step-primary">
Event Reported
Reported
</li>
<li data-content="✓" className="step step-primary">
Removal &amp; Storage
Expand All @@ -86,7 +86,7 @@ const ProgressBar = ({ status }) => {
<div className="flex justify-center py-12">
<ul className="steps steps-horizontal">
<li data-content="✓" className="step step-primary">
Event Reported
Reported
</li>
<li data-content="✓" className="step step-primary">
Removal &amp; Storage
Expand Down

0 comments on commit 3fb6638

Please sign in to comment.