Skip to content

Commit

Permalink
Edit unsupported OS frame
Browse files Browse the repository at this point in the history
  • Loading branch information
mbashia committed Nov 21, 2024
1 parent a7687c1 commit 173c091
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions lib/phx_tools_web/live/phx_tools_components.ex
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,11 @@ defmodule PhxToolsWeb.PhxToolsComponents do
</div>
<div class=" mb-6 bg-[#110A33] rounded-[4px] shadow-lg text-white shadow-[#2C2650] blur-shadow max-w-[809px]">
<div class="bg-[#2C2650] p-3 rounded-t-[4px] flex sm:flex-col md:flex-row sm:items-start md:items-center sm:space-y-2 md:space-y-0 md:space-x-4 sm:justify-start md:justify-center">
<Icons.exclamation_icon />
<p class="font-martian sm:text-sm md:text-base lg:text-lg md:py-2">
<div class=" bg-[#2C2650] p-3 rounded-t-[4px] flex sm:flex-col md:flex-row sm:items-start md:items-center sm:space-y-2 md:space-y-0 md:space-x-4 sm:justify-start md:justify-center">
<div class="w-full md:w-auto flex justify-center items-center">
<Icons.exclamation_icon />
</div>
<p class="font-martian text-center sm:text-sm md:text-base lg:text-lg md:py-2">
Unsupported Operating System Detected
</p>
</div>
Expand Down

0 comments on commit 173c091

Please sign in to comment.