Skip to content

Commit

Permalink
fix: text spacing in contact info
Browse files Browse the repository at this point in the history
  • Loading branch information
youwen5 committed Jun 27, 2024
1 parent c27dec1 commit c3a83c8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,10 @@
<Card.Content>
<h3>Find me on:</h3>
<Socials />
I read message requests everywhere but do not accept Discord friend requests if I don't know
you. The best way to reach me and receive a response is probably by email.
<p class="mt-4">
I read message requests everywhere but do not accept Discord friend requests if I don't
know you. The best way to reach me and receive a response is probably by email.
</p>
</Card.Content>
</Card.Root>
</div>
Expand Down

1 comment on commit c3a83c8

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@check-spelling-bot Report

🔴 Please review

See the 📜action log or 📝 job summary for details.

Unrecognized words (8)

dotfile
edu
nixos
nixpkgs
numtide
stdenv
Treil
ucsb

Previously acknowledged words that are now absent couscousdude protonmail 🫥
To accept these unrecognized words as correct and remove the previously acknowledged and now absent words, you could run the following commands

... in a clone of the [email protected]:youwen5/coredump.git repository
on the main branch (ℹ️ how do I use this?):

curl -s -S -L 'https://raw.githubusercontent.com/check-spelling/check-spelling/main/apply.pl' |
perl - 'https://github.com/youwen5/coredump/actions/runs/9692840601/attempts/1'
Available 📚 dictionaries could cover words (expected and unrecognized) not in the 📘 dictionary

This includes both expected items (205) from .github/actions/spelling/expect.txt and unrecognized words (8)

Dictionary Entries Covers Uniquely
cspell:k8s/dict/k8s.txt 153 2 2
cspell:cryptocurrencies/cryptocurrencies.txt 125 1 1
cspell:ruby/dict/ruby.txt 157 1 1

Consider adding them (in .github/workflows/spelling.yml) for uses: check-spelling/check-spelling@main in its with:

      with:
        extra_dictionaries:
          cspell:k8s/dict/k8s.txt
          cspell:cryptocurrencies/cryptocurrencies.txt
          cspell:ruby/dict/ruby.txt

To stop checking additional dictionaries, add (in .github/workflows/spelling.yml) for uses: check-spelling/check-spelling@main in its with:

check_extra_dictionaries: ''

Please sign in to comment.