You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
< div class = "rounded-md bg-blue-50 p-4" >
< div class = "flex" >
< div class = "shrink-0" >
< svg
viewBox = "0 0 20 20"
fill = "currentColor"
data-slot = "icon"
aria-hidden = "true"
class = "size-5 text-blue-400"
>
< path
d = "M18 10a8 8 0 1 1-16 0 8 8 0 0 1 16 0Zm-7-4a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM9 9a.75.75 0 0 0 0 1.5h.253a.25.25 0 0 1 .244.304l-.459 2.066A1.75 1.75 0 0 0 10.747 15H11a.75.75 0 0 0 0-1.5h-.253a.25.25 0 0 1-.244-.304l.459-2.066A1.75 1.75 0 0 0 9.253 9H9Z"
clip-rule = "evenodd"
fill-rule = "evenodd"
/ >
< / svg >
< / div >
< div class = "ml-3 flex-1 md:flex md:justify-between" >
< p class = "text-sm text-blue-700" >
A new software update is available. See what’ s new in version 2.0.4.
< / p >
< p class = "mt-3 text-sm md:mt-0 md:ml-6" >
< a
href = "#"
class = "font-medium whitespace-nowrap text-blue-700 hover:text-blue-600"
>
Details
< span aria-hidden = "true" > → < / span >
< / a >
< / p >
< / div >
< / div >
< / div >