Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5,897 changes: 5,897 additions & 0 deletions design/smalltalk-app/SmallTalk-Logo.ai

Large diffs are not rendered by default.

Binary file added design/smalltalk-app/SmallTalk-Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5,954 changes: 5,954 additions & 0 deletions design/smalltalk-app/SmallTalk-Logo_no_signature.ai

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion src/WebApps/smalltalk/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import iconSend from './assets/send_black_24dp.svg';
import iconEmo from './assets/insert_emoticon_black_24dp.svg';
import iconAvatar from './assets/avatar-1.jpeg';
import iconDenisAvatar from './assets/Denis_prox.jpg';
import logo from './assets/SmallTalk-Logo_no_signature.png'
function App() {
const [connection, setConnection] = useState(null);
const messageRef = useRef();
Expand Down Expand Up @@ -80,7 +81,7 @@ function App() {
<div className="flex">
<div className="w-14 h-screen flex flex-col items-center justify-between">
<div className="w-10 m-2">
<img src="https://seeklogo.com/images/P/pypestream-logo-51F60D3389-seeklogo.com.png" alt="" />
<img src={logo} alt="" />
</div>

<div className="flex flex-col">
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.