Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Thiritin committed Feb 12, 2025
1 parent 1363280 commit cee4930
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion deploy.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// Hosts

host('10.0.1.110')
->set('remote_user', 'signage')
->set('remote_user', 'deployer')
->set('deploy_path', '~/opensignage');

// Hooks
Expand Down
3 changes: 0 additions & 3 deletions resources/js/Projects/WT23/Pages/ScheduleToday.vue
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,6 @@ const hasFilteredSchedule = computed(() => {
</script>

<template>
<div>
<IconRouter :path="page.path" class="h-24 w-24" icon="Arrow" :mirror="true" :rotation="90"></IconRouter>
</div>
<div
v-if="false"
class="gap-8 overflow-hidden flex flex-col mx-4"
Expand Down

0 comments on commit cee4930

Please sign in to comment.