Skip to content
This repository has been archived by the owner on Dec 7, 2022. It is now read-only.

Issue 112: add a click handler on the submit button and favicon #115

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default {
{ name: "viewport", content: "width=device-width, initial-scale=1" },
],
link: [
{ rel: "icon", type: "image/x-icon", href: "/favicon.ico" },
{ rel: "icon", type: "image/x-icon", href: "/favicon.png" },
{
rel: "stylesheet",
href:
Expand Down
8 changes: 7 additions & 1 deletion website/components/LocationFiltersForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,13 @@
</div>
</div>
<div class="col-auto">
<button type="submit" class="btn btn-primary btn-lg">Search</button>
<button
type="button"
class="btn btn-primary btn-lg"
onclick="window.location.reload();"
>
Search
</button>
</div>
</form>
</template>
Expand Down
Binary file added website/static/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.