diff --git a/src/components/auth/login/index.tsx b/src/components/auth/login/index.tsx index 79c3a0b..599adfc 100644 --- a/src/components/auth/login/index.tsx +++ b/src/components/auth/login/index.tsx @@ -77,7 +77,7 @@ export const Login = (): JSX.Element => {
- +
diff --git a/src/components/auth/register/index.tsx b/src/components/auth/register/index.tsx index e78c712..6deff6b 100644 --- a/src/components/auth/register/index.tsx +++ b/src/components/auth/register/index.tsx @@ -93,7 +93,7 @@ export const Register = (): JSX.Element => {
-
+
diff --git a/src/components/blog/details/index.tsx b/src/components/blog/details/index.tsx index 9e0c704..ad356e0 100644 --- a/src/components/blog/details/index.tsx +++ b/src/components/blog/details/index.tsx @@ -34,7 +34,7 @@ export const BlogDetails = (): JSX.Element => {
- +
{ tags.map((tag: Tag) => { diff --git a/src/components/blog/index.tsx b/src/components/blog/index.tsx index 136f2c1..afd586d 100644 --- a/src/components/blog/index.tsx +++ b/src/components/blog/index.tsx @@ -119,7 +119,7 @@ const BlogPostElement = (props: { post: BlogPost, tags: Array }): JSX.Eleme <>
- +
{ diff --git a/src/components/clubs/details/edit/index.tsx b/src/components/clubs/details/edit/index.tsx index b3a75d4..b211d1c 100644 --- a/src/components/clubs/details/edit/index.tsx +++ b/src/components/clubs/details/edit/index.tsx @@ -69,7 +69,7 @@ export const EditClubDetails = (): JSX.Element => {
- banner of organization + banner of organization
diff --git a/src/components/clubs/details/index.tsx b/src/components/clubs/details/index.tsx index 8fdda23..4b6b2d1 100644 --- a/src/components/clubs/details/index.tsx +++ b/src/components/clubs/details/index.tsx @@ -98,14 +98,14 @@ export const ClubDetails = (): JSX.Element => {
- banner of organization + banner of organization
- icon of organization + icon of organization
diff --git a/src/components/clubs/index.tsx b/src/components/clubs/index.tsx index ee2f75e..ece0aea 100644 --- a/src/components/clubs/index.tsx +++ b/src/components/clubs/index.tsx @@ -118,7 +118,7 @@ const Club = (props: { club: Organization, tags: Tag[] }): JSX.Element => {
- +

{club.name} diff --git a/src/components/home/index.tsx b/src/components/home/index.tsx index 3379f0d..9d6c425 100644 --- a/src/components/home/index.tsx +++ b/src/components/home/index.tsx @@ -70,7 +70,7 @@ const FeaturedBlogPost = (props: { post: BlogPost }): JSX.Element => { const post = props.post; return (
- +

{post.title}


diff --git a/src/components/home/schedule/index.tsx b/src/components/home/schedule/index.tsx index 60ad583..c4c2fd8 100644 --- a/src/components/home/schedule/index.tsx +++ b/src/components/home/schedule/index.tsx @@ -115,7 +115,7 @@ export const Schedule = (): JSX.Element => { return (
-
+
{ diff --git a/src/components/markdown/index.tsx b/src/components/markdown/index.tsx index 075b6ce..285e98d 100644 --- a/src/components/markdown/index.tsx +++ b/src/components/markdown/index.tsx @@ -23,7 +23,7 @@ const Markdown = ({ text }: { text: string }): JSX.Element => { //takes markdown return safeEmbed(el.src!) ? (