Skip to content

Commit

Permalink
adjust logo
Browse files Browse the repository at this point in the history
  • Loading branch information
pandavenger committed Oct 2, 2023
1 parent c1a65a1 commit 9183531
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/jurorApps/pages/AppEnd.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<script>
import 'codemirror/lib/codemirror.css';
import {mapState, mapActions} from 'vuex';
import logo2022 from '../../../img/awards2022.png';
import logo2022 from '../../../img/awards2023.png';
export default {
computed: {
Expand Down
2 changes: 1 addition & 1 deletion frontend/jurorApps/pages/AppPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ import '@toast-ui/editor/dist/toastui-editor.css';
import {Viewer, Editor} from '@toast-ui/vue-editor';
import marked from 'marked';
import {mapState, mapActions} from 'vuex';
import logo from '../../../img/awards2022.png';
import logo from '../../../img/awards2023.png';
import draggable from 'vuedraggable';
export default {
Expand Down

0 comments on commit 9183531

Please sign in to comment.