mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-25 01:14:23 +01:00
fix: remove duplicate tailwind classes in RequestNotFound component (#2801)
This commit is contained in:
parent
df120787ca
commit
017d2235b8
@ -30,7 +30,7 @@ const RequestNotFound = ({ itemUid }) => {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="mt-6 px-6">
|
<div className="mt-6 px-6">
|
||||||
<div className="p-4 bg-orange-100 border-l-4 border-yellow-500 text-yellow-700 bg-yellow-100 p-4">
|
<div className="p-4 bg-orange-100 border-l-4 border-yellow-500 text-yellow-700">
|
||||||
<div>Request no longer exists.</div>
|
<div>Request no longer exists.</div>
|
||||||
<div className="mt-2">
|
<div className="mt-2">
|
||||||
This can happen when the .bru file associated with this request was deleted on your filesystem.
|
This can happen when the .bru file associated with this request was deleted on your filesystem.
|
||||||
|
Loading…
Reference in New Issue
Block a user