diff --git a/resources/js/bootstrap.js b/resources/js/bootstrap.js index 9ee62e9..5f1390b 100644 --- a/resources/js/bootstrap.js +++ b/resources/js/bootstrap.js @@ -2,12 +2,3 @@ import axios from 'axios'; window.axios = axios; window.axios.defaults.headers.common['X-Requested-With'] = 'XMLHttpRequest'; - -import { createApp } from 'vue'; -import ShareNinja from './components/ShareNinja.vue'; - -document.addEventListener('DOMContentLoaded', () => { - const app = createApp({}); - app.component('share-ninja', ShareNinja); - app.mount('#app'); -}); diff --git a/resources/js/vue.js b/resources/js/vue.js new file mode 100644 index 0000000..d5d5852 --- /dev/null +++ b/resources/js/vue.js @@ -0,0 +1,8 @@ +import { createApp } from 'vue'; +import ShareNinja from './components/ShareNinja.vue'; + +document.addEventListener('DOMContentLoaded', () => { + const app = createApp({}); + app.component('share-ninja', ShareNinja); + app.mount('#app'); +}); diff --git a/resources/views/components/layout/main.blade.php b/resources/views/components/layout/main.blade.php index 7758a97..f083ac9 100644 --- a/resources/views/components/layout/main.blade.php +++ b/resources/views/components/layout/main.blade.php @@ -18,16 +18,18 @@ @endif -
-- animation by - @0xmoodz -
+ @if($inscription->hasMoodzImages()) ++ animation by + @0xmoodz +
+- art by - @btc_loong -
+ @if($inscription->hasBtcLoongImages()) ++ art by + @btc_loong +
+- art by - @itisjasminnee -
+ @if($inscription->hasJasmineImages()) ++ art by + @itisjasminnee +
+
- A Pizza Ninja is an HTML file,
- a script inside that HTML file is called to load its elements dynamically.
-
- For {{ $inscription->name }} this Ninja.load()
function is called:
-
+ A Pizza Ninja is an HTML file,
+ a script inside that HTML file is called to load its elements dynamically.
+
+ For {{ $inscription->name }} this Ninja.load()
function is called:
+