Skip to content

Commit

Permalink
feat: implement footer component
Browse files Browse the repository at this point in the history
  • Loading branch information
gabaldon committed Aug 28, 2024
1 parent f71d8b2 commit 1a85fea
Show file tree
Hide file tree
Showing 22 changed files with 770 additions and 43 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: pnpm lint

- name: Run formatter
run: pnpm format
run: pnpm format

- name: Run unit tests
run: pnpm test:unit
Expand Down
3 changes: 2 additions & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
declare module '*.svg?component' {
const value: string;
export default value;
}
}
declare module '*.vue';
90 changes: 90 additions & 0 deletions pnpm-lock.yaml

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

1 change: 0 additions & 1 deletion src/assets/logo.svg

This file was deleted.

6 changes: 6 additions & 0 deletions src/assets/svg/ado.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
Loading

0 comments on commit 1a85fea

Please sign in to comment.