Use the <kbd> tag instead of markdown code backticks (#4081) UnrealApex

I am pretty sure there used to be the tags, though blame doesn't show anything because the file history is kinda of weird after #2946.
This commit is contained in:
Aaron 2023-03-17 10:51:47 +00:00 committed by GitHub
parent 9ade1138c8
commit ac0ba93a8c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -129,7 +129,7 @@ Follow these steps if you want to work on anything involving the database/accoun
npm run dev-fe
```
These commands will start a local dev server on [port 3000](http://localhost:3000). It will watch for changes and rebuild when you edit files in `src/` or `public/` directories. Use `Ctrl+C` to stop it.
These commands will start a local dev server on [port 3000](http://localhost:3000). It will watch for changes and rebuild when you edit files in `src/` or `public/` directories. Use <kbd>Ctrl+C</kbd> to stop it.
Note: Rebuilding doesn't happen instantaneously and depends on your machine, so be patient for changes to appear.