Skip to content

Commit 64852db

Browse files
committed
Fix text formatting
1 parent 5590e0c commit 64852db

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,8 @@ Expected file structure:
161161
```md
162162
/snippets
163163
|- language
164-
|- category-name
165-
|- your-snippet-here.md
164+
|- category-name
165+
|- your-snippet-here.md
166166
```
167167

168168
> Please do **NOT** add or edit anything in `/public` folder. It will be used for consolidating snippets.
@@ -221,9 +221,9 @@ Example structure:
221221
```md
222222
/snippets
223223
|- python
224-
|- file-handling
225-
|- list-manipulation
226-
|- ....
224+
|- file-handling
225+
|- list-manipulation
226+
|- ....
227227
```
228228

229229
### Adding a New Language

src/layouts/Banner.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@ const Banner = () => {
55
Made to save your <span className="text-highlight">time.</span>
66
</h1>
77
<p>
8-
Find code snippets in seconds, across multiple languages. Just{" "}
9-
<s>
10-
<abbr title="Under construction :)">search</abbr>
11-
</s>{" "}
8+
Find code snippets in seconds, across multiple languages. Just search
129
and copy!
1310
</p>
1411
</div>

0 commit comments

Comments
 (0)