Skip to content

Commit

Permalink
fix: changing heading and twitter handler (#445)
Browse files Browse the repository at this point in the history
  • Loading branch information
debs-obrien committed Jul 31, 2020
1 parent 5b3e51d commit f6d2ff5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/common/AppToc.vue
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<template>
<div>
<h3
<h6
class="mb-3 lg:mb-2 text-gray-500 dark:text-gray-600 uppercase tracking-wide font-bold text-sm lg:text-xs"
>
{{ $t('guide.toc_title') }}
</h3>
</h6>
<nav>
<scrollactive
highlight-first-item
Expand Down
1 change: 1 addition & 0 deletions pages/team.vue
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ export default {
name: 'Ricardo Gobbo de Souza',
city: 'São José dos Campos, São Paulo, Brasil',
github: 'ricardogobbosouza',
twitter: '@gobbo_ricardo',
website: 'https://datalogix.com.br/',
badges: ['maintainer']
},
Expand Down

0 comments on commit f6d2ff5

Please sign in to comment.