Skip to content

Commit

Permalink
publish: feat(Filename): Remove usage of MidEllipsis, now use own log…
Browse files Browse the repository at this point in the history
…ic for that

generated from commit 600b3c6
  • Loading branch information
JF-Cozy committed Feb 26, 2024
1 parent 46cef8b commit 5ea0683
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 0 additions & 2 deletions react/build/bundle.dbb404ef.js

This file was deleted.

2 changes: 2 additions & 0 deletions react/build/bundle.e85f3294.js

Large diffs are not rendered by default.

File renamed without changes.
2 changes: 1 addition & 1 deletion react/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
</head>
<body>
<div id="rsg-root"></div>
<script src="build/bundle.dbb404ef.js"></script>
<script src="build/bundle.e85f3294.js"></script>
</body>
</html>
4 changes: 2 additions & 2 deletions react/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -9102,8 +9102,8 @@ body {
transition: 0.15s ease all;
}
.Tile--2SqRi.Tile-secondary--2zYdn {
background: var(--defaultBackgroundColor);
border-color: var(--defaultBackgroundColor);
background: var(--contrastBackgroundColor);
border-color: var(--contrastBackgroundColor);
}
.Tile--2SqRi:hover,
.Tile--2SqRi:active,
Expand Down

0 comments on commit 5ea0683

Please sign in to comment.