Skip to content

Commit 72aa66b

Browse files
refactor: Rename hosting-ad-cta class to hosting-cta for consistency
1 parent 1de3b8a commit 72aa66b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

www/src/pages/index.astro

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ const [npmDownloads, discordMembers, newestBlogPost, optimizedVideoPoster] = awa
317317
</Card>
318318
</div>
319319

320-
<div class="hosting-ad-cta">
320+
<div class="hosting-cta">
321321
<h3>Looking for a hosting provider? Try Hostinger!</h3>
322322
<span>High performance VPS perfect for hosting StudioCMS!</span>
323323
<Button
@@ -1037,7 +1037,7 @@ const [npmDownloads, discordMembers, newestBlogPost, optimizedVideoPoster] = awa
10371037
width: 100%;
10381038
}
10391039

1040-
.hosting-ad-cta {
1040+
.hosting-cta {
10411041
padding: 2rem;
10421042
background-color: var(--background-step-1);
10431043
border-radius: 1.25rem;
@@ -1063,7 +1063,7 @@ const [npmDownloads, discordMembers, newestBlogPost, optimizedVideoPoster] = awa
10631063
}
10641064
}
10651065

1066-
.hosting-ad-cta:hover {
1066+
.hosting-cta:hover {
10671067
background-color: var(--background-step-2);
10681068
}
10691069

0 commit comments

Comments
 (0)