diff --git a/public/config.json b/public/config.json index f966bb7..a3b7d4a 100644 --- a/public/config.json +++ b/public/config.json @@ -1,5 +1,5 @@ { - "backend_dev": "http://localhost:31204", - "backend_de": "https://webplay.rocks", + "backend_de": "http://localhost:31204", + "backend_dev": "https://webplay.rocks", "backend": "https://webplay.rocks" } \ No newline at end of file diff --git a/public/static/icons/dummy/radio.svg b/public/static/icons/dummy/radio.svg new file mode 100644 index 0000000..fbed107 --- /dev/null +++ b/public/static/icons/dummy/radio.svg @@ -0,0 +1,71 @@ + + + + + Artboard 47 + + + + + + + + + Artboard 47 + + + + diff --git a/src/components/Radio.vue b/src/components/Radio.vue index 6f70d83..0843eff 100644 --- a/src/components/Radio.vue +++ b/src/components/Radio.vue @@ -1,6 +1,6 @@