-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ktl-1183 fix: add space on education page
- Loading branch information
Showing
1 changed file
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -215,7 +215,9 @@ const Teach = (props) => { | |
<a href="mailto:[email protected]" className="rs-link"> | ||
[email protected]. | ||
</a> | ||
<br />We’ll send you a Kotlin T-shirt and stickers for your students. | ||
{' '} | ||
<br /> | ||
We’ll send you a Kotlin T-shirt and stickers for your students. | ||
</p> | ||
<Button size="l" mode="outline" href="courses.html"> | ||
All universities | ||
|