Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/pages/about.astro
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ import MainLayout from 'layouts/main-layout.astro';
</p>
<p class="prose mb-8 dark:prose-dark sm:mb-16">
I&rsquo;m a big fan of web technologies. By the way, this website was built using Astro, Tailwind, vanilla
JavaScript (transpilled TypeScript in fact), and hosted on Cloudflare Pages. You can find the source code on <ExternalLink
JavaScript (transpiled TypeScript in fact), and hosted on Cloudflare Pages. You can find the source code on <ExternalLink
href="https://github.com/skoob13/tarasov.dev">Github.</ExternalLink
>
</p>
Expand Down