Skip to content

Commit

Permalink
Update gradient path
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanBurenin authored Aug 27, 2023
1 parent 55af141 commit a362049
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/components/MainTabs/MainTabs.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

.tabItem::before{
content: '';
background-image: url(/miami-oasis/home-images/about-gradient.png);
background-image: url('/miami-oasis/home-images/about-gradient.png');
position: absolute;
left: 0;
width: 100%;
Expand Down Expand Up @@ -79,4 +79,4 @@
.aboutTabs{
padding-bottom: 10px;
}
}
}

0 comments on commit a362049

Please sign in to comment.