Skip to content

Commit 90d7f45

Browse files
authored
Merge pull request #47 from AndrewRoddy/master
I added a very helpful note as a guide for the admin/events page
2 parents 46f324d + bd46cd6 commit 90d7f45

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)