We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 81b935b + 11be0fe commit f22065bCopy full SHA for f22065b
.github/workflows/deploy.yaml
@@ -184,7 +184,7 @@ jobs:
184
docker pull ${{ secrets.DOCKERHUB_USERNAME }}/final_project_laravel_image:latest
185
docker pull ${{ secrets.DOCKERHUB_USERNAME }}/final_project_react_image:latest
186
187
- docker-compose up -d
+ docker-compose up -d --build
188
189
sleep 30
190
client/src/components/Sidebar/style.css
@@ -59,10 +59,6 @@
59
transition: background-color 0.2s ease;
60
}
61
62
-.sidebar-link:hover {
63
- background-color: rgba(0, 0, 0, 0.05);
64
-}
65
-
66
.sidebar-link-current {
67
display: flex;
68
justify-content: flex-start;
0 commit comments