From 94ba5fb8b11f7aa4fc8c77ce5f99615283257661 Mon Sep 17 00:00:00 2001 From: steven-y-e Date: Mon, 15 Mar 2021 18:53:01 -0400 Subject: [PATCH] fix(values): service4 id --- public/php/values.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/php/values.php b/public/php/values.php index 3a793b5..023998d 100644 --- a/public/php/values.php +++ b/public/php/values.php @@ -35,7 +35,7 @@ $service3->name = "Irie Clinic"; $service3->description = "healthcare research"; $service3->location = "https://irie.clinic.homo.casa"; - $service1->id = "angel-mort"; + $service4->id = "angel-mort"; $service4->name = "Angel Mort"; $service4->description = "dessert cafe"; $service4->location = "https://angel.mort.homo.casa";