Skip to content

Commit ad498d8

Browse files
authored
Merge pull request #761 from gmarav05/UI-Updates
Position of join discord & button UI updates
2 parents 7f52023 + 1d40344 commit ad498d8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/css/custom.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1306,6 +1306,7 @@ html {
13061306
}
13071307
.company-border {
13081308
border-color: #6b7280;
1309+
margin-bottom: 35px;
13091310
}
13101311
[data-theme="dark"] .company-border {
13111312
color: #ffffff;

src/pages/interview-prep/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1211,7 +1211,7 @@ function InterviewPrepContent({
12111211
</Link>
12121212
<Link
12131213
to="/community"
1214-
className="border-2 border-white text-white px-8 py-4 rounded-lg font-semibold hover:bg-white hover:text-blue-600 transition-all duration-300"
1214+
className="border-2 border-white bg-white text-blue-500 px-8 py-4 rounded-lg font-semibold hover:bg-white hover:text-blue-600 transition-all duration-300"
12151215
>
12161216
Join Community
12171217
</Link>

0 commit comments

Comments
 (0)