From 511eefaee831bd5d1622102098b670825ddad8bf Mon Sep 17 00:00:00 2001 From: Kamil Stasiak Date: Thu, 16 May 2024 12:51:21 +0200 Subject: [PATCH 1/5] Fishjam rebranding --- compile_proto.sh | 2 +- index.html | 2 +- package.json | 6 ++-- readme.md | 66 +++++++++++++++++----------------- src/components/SocialLinks.tsx | 2 +- 5 files changed, 39 insertions(+), 39 deletions(-) diff --git a/compile_proto.sh b/compile_proto.sh index d8f0bb2..9db7200 100755 --- a/compile_proto.sh +++ b/compile_proto.sh @@ -9,7 +9,7 @@ git submodule sync --recursive >> /dev/null git submodule update --recursive --remote --init >> /dev/null printf "DONE\n\n" -file="./protos/jellyfish/server_notifications.proto" +file="./protos/fishjam/server_notifications.proto" printf "Compiling: file $file\n" protoc --plugin=./node_modules/.bin/protoc-gen-ts_proto --ts_proto_out=./src/ $file diff --git a/index.html b/index.html index e6fbaf1..468c1a0 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ - Jellyfish Demo Dashboard + Fishjam Demo Dashboard