Skip to content

Commit

Permalink
feat: add favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
Yidadaa committed Mar 9, 2023
1 parent d49b2aa commit 9912762
Show file tree
Hide file tree
Showing 13 changed files with 9 additions and 6 deletions.
9 changes: 7 additions & 2 deletions app/components/home.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
flex-direction: row;
}

.chat-message-reverse {
.chat-message-user {
display: flex;
flex-direction: row-reverse;
}
Expand All @@ -154,7 +154,7 @@
align-items: flex-start;
}

.chat-message-reverse > .chat-message-container {
.chat-message-user > .chat-message-container {
align-items: flex-end;
}

Expand All @@ -167,6 +167,11 @@
margin-top: 5px;
user-select: text;
}

.chat-message-user > .chat-message-container > .chat-message-item {
background-color: var(--second);
}

.chat-message-actions{
display: flex;
flex-direction: row-reverse;
Expand Down
2 changes: 1 addition & 1 deletion app/components/home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export function Chat() {
<div
key={i}
className={
isUser ? styles["chat-message-reverse"] : styles["chat-message"]
isUser ? styles["chat-message-user"] : styles["chat-message"]
}
>
<div className={styles["chat-message-container"]}>
Expand Down
Binary file modified app/favicon.ico
Binary file not shown.
Binary file added public/android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/android-chrome-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/favicon.ico
Binary file not shown.
1 change: 0 additions & 1 deletion public/next.svg

This file was deleted.

1 change: 1 addition & 0 deletions public/site.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
1 change: 0 additions & 1 deletion public/thirteen.svg

This file was deleted.

1 change: 0 additions & 1 deletion public/vercel.svg

This file was deleted.

0 comments on commit 9912762

Please sign in to comment.