Skip to content

Commit b02a89d

Browse files
committed
chore: format new files to comply with ESLint/Prettier before CI workflow
1 parent fc60a23 commit b02a89d

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

sidebars.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ const sidebars: SidebarsConfig = {
5050
label: "📚 GitHub Basics",
5151
className: "custom-sidebar-basics",
5252
items: [
53-
'GitHub/GitHub-basics/create-github-repo',
54-
'GitHub/GitHub-basics/github-repo-command-line',
55-
'GitHub/GitHub-basics/how-to-clone-repository',
56-
'GitHub/GitHub-basics/how-to-fork',
57-
'GitHub/GitHub-basics/first-opensource-code',
53+
"GitHub/GitHub-basics/create-github-repo",
54+
"GitHub/GitHub-basics/github-repo-command-line",
55+
"GitHub/GitHub-basics/how-to-clone-repository",
56+
"GitHub/GitHub-basics/how-to-fork",
57+
"GitHub/GitHub-basics/first-opensource-code",
5858
],
5959
},
6060
{

src/pages/contact-us/index.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,9 @@ html[data-theme="light"] {
402402
.form-textarea {
403403
width: 100%;
404404
padding: 0.875rem 1rem;
405-
background: var(--contact-input-bg); /* Already defined, but ensure it's applied */
405+
background: var(
406+
--contact-input-bg
407+
); /* Already defined, but ensure it's applied */
406408
border: 1px solid var(--contact-input-border);
407409
border-radius: 0.75rem;
408410
color: var(--contact-text-primary);

0 commit comments

Comments
 (0)