diff --git a/README.md b/README.md index 0817519..6363422 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Logos NextJS Starter +# Logos Ordinals ## How to Run Locally diff --git a/public/manifest.json b/public/manifest.json index c406d32..47c80ea 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,6 +1,6 @@ { "short_name": "Logos NextJS", - "name": "Logos NextJS Starter", + "name": "Logos Ordinals", "start_url": "/", "display": "standalone", "theme_color": "#000000", diff --git a/src/components/Dashboard/OperatorGrid/OperatorGrid.tsx b/src/components/Dashboard/OperatorGrid/OperatorGrid.tsx index 360b649..14e4584 100644 --- a/src/components/Dashboard/OperatorGrid/OperatorGrid.tsx +++ b/src/components/Dashboard/OperatorGrid/OperatorGrid.tsx @@ -158,7 +158,7 @@ const Title = styled.h2` const Controls = styled.div` display: flex; - gap: 8px; + align-items: center; ` const FilterDropdown = styled.div` @@ -168,6 +168,7 @@ const FilterDropdown = styled.div` align-items: center; justify-content: space-between; border: 1px solid rgb(var(--lsd-border-primary)); + border-right: none; color: rgb(var(--lsd-text-primary)); font-weight: 400; font-size: 12px; @@ -199,6 +200,7 @@ const Stats = styled.div` display: flex; justify-content: space-between; margin-bottom: 16px; + gap: 2px; ` const Stat = styled.div` @@ -222,12 +224,11 @@ const Value = styled.div` const Grid = styled.div` display: grid; - grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); + grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 16px; ` const OperatorCard = styled.div` - background-color: var(--grey-900); display: flex; flex-direction: column; ` @@ -239,7 +240,7 @@ const OperatorImage = styled.img` ` const OperatorInfo = styled.div` - padding: 16px; + padding: 16px 0; ` const OperatorName = styled.div` @@ -257,7 +258,7 @@ const PointsPerHour = styled.div` const Actions = styled.div` display: flex; - padding: 16px; + padding: 16px 0; ` const ActionButton = styled.button<{ isStaked: boolean }>` diff --git a/src/configs/site.configs.ts b/src/configs/site.configs.ts index 460685b..71714a6 100644 --- a/src/configs/site.configs.ts +++ b/src/configs/site.configs.ts @@ -1,5 +1,5 @@ export const siteConfigs = { - title: 'Logos NextJS Starter', + title: 'Logos Ordinals', description: 'Acid is designing the future.', keywords: [], xHandle: 'logos_network',