diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-11-07 10:48:16 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-11-07 10:48:16 +0100 |
| commit | 1186795ace3075e309f984182951f47212786444 (patch) | |
| tree | 532237446b496432d83da1ef1fd53727a2769161 /src/frontend/app/components/StopAlert.tsx | |
| parent | c176d01e2b8d56b1ab5f1b3fe8963c39292a1df6 (diff) | |
Fix shit
Diffstat (limited to 'src/frontend/app/components/StopAlert.tsx')
| -rw-r--r-- | src/frontend/app/components/StopAlert.tsx | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/src/frontend/app/components/StopAlert.tsx b/src/frontend/app/components/StopAlert.tsx index f1356e6..1cbbd75 100644 --- a/src/frontend/app/components/StopAlert.tsx +++ b/src/frontend/app/components/StopAlert.tsx @@ -31,30 +31,11 @@ export const StopAlert: React.FC<StopAlertProps> = ({ }, [stop.alert]); return ( -<<<<<<< HEAD <div className={`stop-alert ${alertType} ${compact ? 'stop-alert-compact' : ''}`}> {alertIcon} <div className="stop-alert-content"> {stop.title && <div className="stop-alert-title">{stop.title}</div>} {stop.message && <div className="stop-alert-message">{stop.message}</div>} -======= - <div - className={`stop-alert ${isError ? "stop-alert-error" : "stop-alert-info"} ${compact ? "stop-alert-compact" : ""}`} - > - <div className="stop-alert-icon"> - {isError ? <AlertCircle /> : <Info />} - </div> - <div className="stop-alert-content"> - {stop.title && <div className="stop-alert-title">{stop.title}</div>} - {stop.message && ( - <div className="stop-alert-message">{stop.message}</div> - )} - {stop.alternateCodes && stop.alternateCodes.length > 0 && ( - <div className="stop-alert-alternate-codes"> - Alternative stops: {stop.alternateCodes.join(", ")} - </div> - )} ->>>>>>> 88e0621 (Improve gallery scroll indicators and format code) </div> </div> ); |
