Skip to content

Commit

Permalink
feat(pr: issue-337): add prototype logo for smalltalk-app
Browse files Browse the repository at this point in the history
Merge pull request #338 from live-dev999/live-dev999/issue337
  • Loading branch information
live-dev999 committed Apr 28, 2022
2 parents 3b24315 + 3a5f351 commit c38f37b
Show file tree
Hide file tree
Showing 7 changed files with 11,853 additions and 1 deletion.
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.

0 comments on commit c38f37b

Please sign in to comment.