Skip to content

Commit

Permalink
missed a few things
Browse files Browse the repository at this point in the history
  • Loading branch information
SenpaiHunters committed Apr 9, 2024
1 parent 13a05f1 commit a6f0e69
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ clakr is open-sourced under the MIT License. See the [LICENSE](LICENSE.md) file
## Acknowledgments

- [KawaiiFumiko002](https://github.com/Alessandro15204)
- [App icon creater]()
- [App icon creater](https://github.com/SenpaiHunters/Clakr/tree/main/clakr/clakr/Assets.xcassets/AppIcon.appiconset)

- [Sindre Sorhus](https://github.com/sindresorhus)
- [Keyboard Shortcuts](https://github.com/sindresorhus/KeyboardShortcuts)
Expand Down
3 changes: 2 additions & 1 deletion autoclicker-tests/website/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
--button-bg: #7c47d2;
--button-bg-hover: #7632e2;
--button-bg-active: #6324c7;
--white: #fff;
}

body {
Expand Down Expand Up @@ -33,7 +34,7 @@ body {
background-color: var(--button-bg);
border: none;
border-radius: 5px;
color: white;
color: var(--white);
cursor: pointer;
transition: background-color 0.3s ease;
}
Expand Down
8 changes: 4 additions & 4 deletions autoclicker-tests/website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,23 @@
<link href="css/index.css" rel="stylesheet" />

<!-- Primary Meta Tags -->
<title>Clakr - test your auto clickers</title>
<meta name="title" content="Clakr - test your auto clickers" />
<title>Clakr - Test your auto clickers</title>
<meta name="title" content="Clakr - Test your auto clickers" />
<meta name="description"
content="This site is built with our auto-clicker Clakr in mind to test the top end performance possible of all auto clickers to validate results and data." />

<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="assets/icon-128@2x.png" />
<meta property="og:title" content="Clakr - test your auto clickers" />
<meta property="og:title" content="Clakr - Test your auto clickers" />
<meta property="og:description"
content="This site is built with our auto-clicker Clakr in mind to test the top end performance possible of all auto clickers to validate results and data." />
<meta property="og:image" content="assets/icon-128@2x.png" />

<!-- Twitter -->
<meta property="twitter:card" content="assets/icon-128@2x.png" />
<meta property="twitter:url" content="assets/icon-128@2x.png" />
<meta property="twitter:title" content="Clakr - test your auto clickers" />
<meta property="twitter:title" content="Clakr - Test your auto clickers" />
<meta property="twitter:description"
content="This site is built with our auto-clicker Clakr in mind to test the top end performance possible of all auto clickers to validate results and data." />
<meta property="twitter:image" content="assets/icon-128@2x.png" />
Expand Down

0 comments on commit a6f0e69

Please sign in to comment.