Skip to content
This repository was archived by the owner on Mar 18, 2023. It is now read-only.

Commit 06cdaa6

Browse files
committed
Update the logo
1 parent 8e3411f commit 06cdaa6

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

renderer/pages/about.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const About = () : React.ReactFragment => {
2626
<div className="w-full h-screen">
2727
<Menu />
2828
<div className="flex flex-col content-center items-center text-white">
29-
<img src="/images/logo.png" alt="Picture of the author" width={256} height={256} />
29+
<img src="/images/logo.png" className="mt-5" alt="Interclip's logo" width={256} height={256} />
3030
<h1 className="text-5xl mt-12">About Interclip Desktop</h1>
3131
<div className="info text-xl mt-6 text-center">
3232
<ul>

renderer/public/images/logo.png

38.1 KB
Loading

0 commit comments

Comments
 (0)