Skip to content

Commit bd46cd6

Browse files
committed
Add note for me
1 parent 46f324d commit bd46cd6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/views/EditEvents.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<div class="page-header">
44
<h1>Events Editor</h1>
55
</div>
6+
<p style="margin-left:30px">Hey! Andrew here! If the image upload isn't working: Make sure there are no spaces in the file name AND try logging out and back in! This note is mostly for me so don't delete it. I will forget.</p>
67
<div class="events-grid">
78
<div class="event-card" v-for="(event, j) in eventsToDisplay" :key="event.id" @input="edited.add(j)">
89
<div class="cover-photo-preview"

0 commit comments

Comments
 (0)