Skip to content

Commit

Permalink
fix: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
lajbel committed Nov 5, 2024
1 parent dc25d22 commit e841d9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
8 changes: 0 additions & 8 deletions src/components/About/AboutDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,6 @@ export const AboutDialog = () => {
KAPLAY Docs
</a>
<br />
<a
className="font-medium link link-primary"
href={CHANGELOG}
target="_blank"
>
Changelog
</a>
<br />
<a
className="font-medium link link-primary"
href={REPO}
Expand Down
3 changes: 2 additions & 1 deletion src/components/FileTree/FileFold.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ export const FileFold: FC<Props> = (props) => {
{files.length === 0
? (
<li className="text-gray-500 text-xs">
Create an {props.folder} to start
Create {props.kind === "obj" ? "an" : "a"}{" "}
{props.kind} to start
</li>
)
: (
Expand Down

0 comments on commit e841d9f

Please sign in to comment.