diff options
| author | Fuwn <[email protected]> | 2021-05-19 21:43:49 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-19 21:43:49 -0700 |
| commit | 0fd309a849333d5ed31317994cbd65e78c3f902a (patch) | |
| tree | 2599a51d52ed3f93a62b71fdae976c9f86c7edf8 | |
| parent | fix(husky): disable (diff) | |
| download | me-0fd309a849333d5ed31317994cbd65e78c3f902a.tar.xz me-0fd309a849333d5ed31317994cbd65e78c3f902a.zip | |
feat(footer): employer disclaimer
| -rw-r--r-- | components/navigation/Footer.vue | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/components/navigation/Footer.vue b/components/navigation/Footer.vue index 5fd72c6..e9cd8dd 100644 --- a/components/navigation/Footer.vue +++ b/components/navigation/Footer.vue @@ -46,6 +46,11 @@ <br><br> </div> </div> + <div> + <small>any and all opinions listed here are my own and not representative of my employers; + future, past, and present.</small> + <br><br> + </div> </div> </div> </div> |