Skip to content

Commit

Permalink
Update chart URL
Browse files Browse the repository at this point in the history
  • Loading branch information
mpociot committed Apr 9, 2024
1 parent 6405cb6 commit b214aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/client/dashboard.twig
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@
</div>
<div v-else class="flex-col bg-white dark:bg-gray-800 shadow overflow-hidden sm:rounded-lg justify-center items-center flex py-4">
<h1 class="text-lg">Waiting for connections...</h1>
<img src="https://chart.googleapis.com/chart?chs=500x500&cht=qr&chl={{ subdomains[0] ?? '' | url_encode }}&choe=UTF-8&chf=bg,s,FFFFFF00" />
<img src="https://image-charts.com/chart?chs=500x500&cht=qr&chl={{ subdomains[0] ?? '' | url_encode }}&choe=UTF-8&chf=bg,s,FFFFFF00" />
<a class="text-sm" href="{{ subdomains[0] }}" target="_blank">{{ subdomains[0] }}</a>
</div>
</div>
Expand Down

0 comments on commit b214aeb

Please sign in to comment.