Added logo

This commit is contained in:
frikky
2021-01-24 08:40:59 +01:00
parent f9736179d1
commit 901b1b5c7c
4 changed files with 14 additions and 2 deletions
+12
View File
@@ -43,6 +43,18 @@ Please consider [sponsoring](https://github.com/sponsors/frikky) the project if
## Website
https://shuffler.io
## Contributors
**Shuffle**
<a href="https://github.com/frikky/shuffle/graphs/contributors">
<img src="https://contrib.rocks/image?repo=frikky/shuffle" />
</a>
![Shuffle Architecture](https://github.com/frikky/Shuffle/blob/master/frontend/src/assets/img/icpl_logo.png)
**Shuffle Apps**
<a href="https://github.com/frikky/shuffle-apps/graphs/contributors">
<img src="https://contrib.rocks/image?repo=frikky/shuffle-apps" />
</a>
## License
All modular information related to Shuffle will be under MIT (anyone can use it for whatever purpose), with Shuffle itself using AGPLv3.
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/bash
NAME=shuffle-app_sdk
VERSION=0.8.53
VERSION=0.8.54
docker rmi docker.pkg.github.com/frikky/shuffle/$NAME:$VERSION --force
docker build . -t frikky/shuffle:app_sdk -t frikky/$NAME:$VERSION -t docker.pkg.github.com/frikky/shuffle/$NAME:$VERSION -t ghcr.io/frikky/$NAME:$VERSION
Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

+1 -1
View File
@@ -1,4 +1,4 @@
import React, { useEffect} from 'react';
import React, { useState } from 'react';
import { makeStyles } from '@material-ui/styles';
import {Link} from 'react-router-dom';