Skip to content

Commit 6dd0578

Browse files
authored
Merge branch 'main' into create-about-page
2 parents b894fea + 74323ac commit 6dd0578

16 files changed

Lines changed: 146 additions & 55 deletions

index.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
5-
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
5+
<link
6+
rel="icon"
7+
type="image/png"
8+
href="/images/favicons/coffee_cup_favicon.png"
9+
sizes="16x16"
10+
/>
611
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
712
<title>Code Café Community</title>
813
<link rel="preconnect" href="https://fonts.googleapis.com" />

package-lock.json

Lines changed: 80 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"lint-staged": "^15.3.0",
3434
"postcss": "^8.4.49",
3535
"prettier": "3.4.2",
36+
"prettier-plugin-tailwindcss": "^0.6.11",
3637
"tailwindcss": "^3.4.17",
3738
"typescript": "~5.6.2",
3839
"typescript-eslint": "^8.18.2",
@@ -41,5 +42,10 @@
4142
"lint-staged": {
4243
"*.{js,jsx,ts,tsx}": "eslint --fix",
4344
"*.{js,jsx,ts,tsx,md,html,css}": "prettier --write"
45+
},
46+
"prettier": {
47+
"plugins": [
48+
"prettier-plugin-tailwindcss"
49+
]
4450
}
4551
}
33 KB
Loading
160 KB
Loading
29.4 KB
Loading
4.5 KB
Loading
731 Bytes
Loading
1.95 KB
Loading

public/images/favicons/favicon.ico

15 KB
Binary file not shown.

0 commit comments

Comments
 (0)