Commit graph

3 commits

Author SHA1 Message Date
deepsource-autofix[bot] e835b2aa2c
style: format code with Prettier
This commit fixes the style issues introduced in 5228c0e according to the output
from Prettier.

Details: https://github.com/Fluffy-Bean/website/pull/3
2024-05-25 10:10:27 +00:00
deepsource-autofix[bot] 5228c0e1d0
refactor: replace short hand type conversions with function calls
Prefer using explicit casts by calling `Number`, `Boolean`, or `String` over using operators like `+`, `!!` or `"" +`. This is considered best practice as it improves readability.
2024-05-25 10:10:15 +00:00
Michał e9d1191ec1 Next and previous buttons for posts and projects
Sort connections by date published
Move some styling to SCSS files
2024-05-24 14:35:56 +01:00