change the QR Code URl. Just a quick fix
This commit is contained in:
@@ -326,8 +326,8 @@ export default function SiteDetailPage() {
|
||||
{/* QR Codes */}
|
||||
{(() => {
|
||||
const slug = site.site_id
|
||||
const menuUrl = `https://yourdomain.com/menu/${slug}`
|
||||
const orderUrl = `https://yourdomain.com/menu/${slug}/order`
|
||||
const menuUrl = `http://72.61.191.197:3100/menu/${slug}`
|
||||
const orderUrl = `http://72.61.191.197:3100/menu/${slug}/order`
|
||||
|
||||
function handleDownload(canvasId, filename) {
|
||||
const canvas = document.getElementById(canvasId)
|
||||
|
||||
Reference in New Issue
Block a user