Skip to content

Commit f35fc0a

Browse files
committed
fix image in readme and add margin for landing image
1 parent a8fe103 commit f35fc0a

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<img src="public/image/Notter.png" width="300px">
1+
<img src="public/image/logo.png" width="300px">
22

33
# Notter
44

src/app/(landing)/_components/heading.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export function Heading() {
3030
</span>
3131
</div>
3232

33-
<div className="flex justify-center">
33+
<div className="flex justify-center mt-10 md:mt-0 mx-4">
3434
<Image src={images.IMAGE.LANDING} alt="lamp" width={500} height={500} className="drop-shadow-[0_0_10px_rgba(0,0,0,0.5)] dark:drop-shadow-[0_0_10px_rgba(255,255,255,0.2)]"/>
3535
</div>
3636
</section>

src/components/console-logo-toggle.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,13 @@ function replaceAll() {
6565

6666
export default function ConsoleLogoToggle() {
6767
useEffect(() => {
68+
console.log(`
69+
beta new logo functions:
70+
- setNewLogo()
71+
- replaceLogoAssets()
72+
- clearNewLogo()
73+
`)
74+
6875
const isDark = () => {
6976
try {
7077
if (typeof document === 'undefined') return false

0 commit comments

Comments
 (0)