diff --git a/README.md b/README.md index 00aed0be..d62962aa 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,18 @@ Please consider [sponsoring](https://github.com/sponsors/frikky) the project if ## Website https://shuffler.io +## Contributors +**Shuffle** + + + +![Shuffle Architecture](https://github.com/frikky/Shuffle/blob/master/frontend/src/assets/img/icpl_logo.png) + +**Shuffle Apps** + + + + ## License All modular information related to Shuffle will be under MIT (anyone can use it for whatever purpose), with Shuffle itself using AGPLv3. diff --git a/backend/app_sdk/build.sh b/backend/app_sdk/build.sh index 94552a85..5f09b969 100644 --- a/backend/app_sdk/build.sh +++ b/backend/app_sdk/build.sh @@ -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 diff --git a/frontend/src/assets/img/icpl_logo.png b/frontend/src/assets/img/icpl_logo.png new file mode 100644 index 00000000..535084ce Binary files /dev/null and b/frontend/src/assets/img/icpl_logo.png differ diff --git a/frontend/src/views/Admin.jsx b/frontend/src/views/Admin.jsx index 17c18eed..fdad720f 100644 --- a/frontend/src/views/Admin.jsx +++ b/frontend/src/views/Admin.jsx @@ -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';