Skip to content

Commit ea1e426

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent c211e71 commit ea1e426

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/pages/test.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: test
3-
subtitle: this is a non-exhaustive page to demonstrate the use of some components and styling. It is recommended that when new components are introduced, how they are used gets added to the test page.
3+
subtitle: this is a non-exhaustive page to demonstrate the use of some components and styling. It is recommended that when new components are introduced, how they are used gets added to the test page.
44
---
55

66
import { Image } from 'astro:assets';
@@ -112,7 +112,7 @@ def bark():
112112
def main():
113113
print("What does the dogs say?")
114114
print("Dogs: ", bark())
115-
115+
116116
main()
117117

118118
```
@@ -265,7 +265,7 @@ Barking up the right tree
265265

266266
<ButtonLink disabled>Signup closed, no URL present</ButtonLink>
267267
</div>
268-
268+
269269
<ButtonLink url="https://voting.europython.eu" className="flex justify-center mt-10 mb-10">Go to the community voting</ButtonLink>
270270

271271
## YouTube

0 commit comments

Comments
 (0)