Compare commits

..

2 Commits

Author SHA1 Message Date
Mihir Motiyani 26ba3fef59 Merge pull request 'fix : linting issue' (#5) from feature/coming_soon into main
continuous-integration/drone/push Build is passing Details
Reviewed-on: #5
2026-04-06 15:57:23 +05:30
hardik 9e17995918 fix : linting issue
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details
2026-04-06 10:26:13 +00:00
1 changed files with 0 additions and 6 deletions

View File

@ -31,12 +31,6 @@ const colors = {
gold: "#c99652",
};
const shimmer = keyframes`
0% { background-position: 0% 50%; }
50% { background-position: 100% 50%; }
100% { background-position: 0% 50%; }
`;
const GlassBar = styled(AppBar)({
background:
"linear-gradient(120deg, rgba(255,250,245,0.94), rgba(244,221,212,0.88), rgba(248,241,234,0.94))",