Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
new-api
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Unverified
Commit
a1c82841
authored
Jun 06, 2026
by
同語
Committed by
GitHub
Jun 06, 2026
Browse files
Options
Browse Files
Download
Plain Diff
chore(web): simplify public page hero copy (#5339)
Merge pull request #5339 from QuantumNous/perf/compact-display
parents
1e6f31b2
f5753a2b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
6 deletions
+0
-6
web/default/src/features/pricing/index.tsx
+0
-3
web/default/src/features/rankings/components/rankings-hero.tsx
+0
-3
No files found.
web/default/src/features/pricing/index.tsx
View file @
a1c82841
...
...
@@ -174,9 +174,6 @@ export function Pricing() {
/>
<
PageTransition
className=
'relative mx-auto w-full max-w-[1800px] px-3 pt-16 pb-8 sm:px-6 sm:pt-20 sm:pb-10 xl:px-8'
>
<
header
className=
'mx-auto mb-5 max-w-3xl pt-5 text-center sm:mb-10 sm:pt-10'
>
<
p
className=
'text-muted-foreground mb-3 text-xs font-medium tracking-widest uppercase'
>
{
t
(
'Models Directory'
)
}
</
p
>
<
h1
className=
'text-[clamp(2rem,5.5vw,3.5rem)] leading-[1.15] font-bold tracking-tight'
>
{
t
(
'Model Square'
)
}
</
h1
>
...
...
web/default/src/features/rankings/components/rankings-hero.tsx
View file @
a1c82841
...
...
@@ -43,9 +43,6 @@ export function RankingsHero(props: RankingsHeroProps) {
return
(
<
section
className=
'space-y-5'
>
<
div
className=
'space-y-2'
>
<
p
className=
'text-muted-foreground text-xs font-medium tracking-widest uppercase'
>
{
t
(
'Leaderboards'
)
}
</
p
>
<
h1
className=
'text-[clamp(1.75rem,4vw,2.5rem)] leading-[1.15] font-bold tracking-tight'
>
{
t
(
'Rankings'
)
}
</
h1
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment