Skip to content

Commit

Permalink
HOTFIX: something went wrong with breadcrumb on prod
Browse files Browse the repository at this point in the history
  • Loading branch information
tdimnet committed Sep 29, 2024
1 parent 543cf64 commit c13f04d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Breadcrumb.astro
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ const arrayOfLinks = createBreadcrumb(breadcrumb)
<style>
.links-list {
list-style-type: none;
display: flex;
/* display: flex; */
display: none;
padding-left: 0;
width: 90%;
margin-left: auto;
Expand Down

0 comments on commit c13f04d

Please sign in to comment.