Skip to content

Commit

Permalink
Remove unused backdrop-blur utility class
Browse files Browse the repository at this point in the history
  • Loading branch information
AVGVSTVS96 committed Jan 27, 2024
1 parent 77cea0e commit 9519f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/subComponents/DropdownMenu.astro
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@ import Button from './Button.astro';
icon={icon}
/>
<div
class=`dropdown-content ${icon ? '' : 'w-full'} absolute mt-1 hidden text-balance rounded-md bg-primary-100 p-[0.5px] backdrop-blur-md dark:bg-primary-800`>
class=`dropdown-content ${icon ? '' : 'w-full'} absolute mt-1 hidden text-balance rounded-md bg-primary-100 p-[0.5px] dark:bg-primary-800`>
{
links.map((link) => (
<a

0 comments on commit 9519f95

Please sign in to comment.