Skip to content

Commit

Permalink
🚨 correct code style
Browse files Browse the repository at this point in the history
Signed-off-by: JAGFx <contact@jagfx.fr>
  • Loading branch information
JAGFx committed Aug 31, 2021
1 parent 72e5185 commit 4c8be8f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<template>
<div>
<div
:class="eventName.replace('.', '-')"
class="item d-flex justify-content-center align-items-center"
:class="eventName.replace('.', '-')"
class="item d-flex justify-content-center align-items-center"
>
<span class="ico m-4 p-3 d-flex justify-content-center align-items-center">
<i :class="eventsText()[ eventName ].icon" />
Expand Down

0 comments on commit 4c8be8f

Please sign in to comment.