diff --git a/src/components/FullscreenCamera.vue b/src/components/FullscreenCamera.vue
index 9a0a6f6..3fadae6 100644
--- a/src/components/FullscreenCamera.vue
+++ b/src/components/FullscreenCamera.vue
@@ -42,11 +42,11 @@ function switchCamera() {
@@ -80,7 +80,7 @@ function switchCamera() {
background-color: #ffffff;
opacity: 0;
}
-.ring {
+.buttonring {
position: absolute;
top: 0;
left: 0;
@@ -91,13 +91,13 @@ function switchCamera() {
border: 0.5em solid #ffffff;
opacity: 0.8;
}
-.photo-button .circle, .photo-button .ring {
+.photo-button .circle, .photo-button .buttonring {
transition: all 0.25s;
}
.photo-button:hover .circle {
opacity: 1;
}
-.photo-button:active .ring {
+.photo-button:active .buttonring {
opacity: 1;
}
.photo-button:active .circle {
diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue
index 8885ba6..c44ddd5 100644
--- a/src/views/HomeView.vue
+++ b/src/views/HomeView.vue
@@ -15,6 +15,7 @@ const siteControlStore = useSiteControlStore();
const checkpointStore = useCheckpointStore();
const { isCameraOn } = storeToRefs(siteControlStore);
const { checkpointList, currentCheckpoint } = storeToRefs(checkpointStore);
+const base64StringbyCheckpoint = ref