Skip to content

Commit

Permalink
feat: add code4banner (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiio authored Nov 19, 2024
1 parent 95132bf commit da605e2
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions resources/js/Components/Map/Filters/Filters.vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,13 @@
/>
</form>

<div class="px-4 py-3 border-t">
<p class="mb-2 text-sm font-medium text-gray-500">O soluție realizată împreună cu</p>
<a href="https://code4.ro" target="_blank" rel="noopener" class="hover:opacity-75" title="Code for Romania">
<Icon icon="code4romania" class="w-32 h-10" />
</a>
</div>

<button
v-if="hasFilters"
type="button"
Expand All @@ -86,6 +93,7 @@
import MaterialsChecklist from '@/Components/Form/MaterialsChecklist.vue';
import { trans } from 'laravel-vue-i18n';
import { isObject } from '@vueuse/core';
import Icon from '@/Components/Icon.vue';
const page = usePage();
Expand Down
1 change: 1 addition & 0 deletions resources/svg/code4romania.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit da605e2

Please sign in to comment.