Skip to content

Commit

Permalink
fix(SEO): improved SEO features
Browse files Browse the repository at this point in the history
  • Loading branch information
nachovigilante committed Apr 6, 2023
1 parent 499803e commit 8e992b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions components/layout/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ const Header = () => {
<img
src="/assets/icons/Logo.svg"
className="xl:h-[45px] h-[30px] md:h-[35px]"
alt="Logo"
/>
<h1 className="xl:text-2xl text-base md:text-lg select-none 3xl:mt-1 font-space no-ligature">
{"<TIC_Cheatsheets/>"}
Expand Down
2 changes: 2 additions & 0 deletions components/utils/Terminal/Command.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,8 @@ const Command = ({
autoCapitalize="off"
autoComplete="off"
autoCorrect="off"
spellCheck="false"
aria-label="command"
/>
<AutocompleteCommand
content={text}
Expand Down

0 comments on commit 8e992b1

Please sign in to comment.