File tree Expand file tree Collapse file tree 2 files changed +0
-14
lines changed
contributor/components/shared
organization/components/shared Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Original file line number Diff line number Diff line change 3
3
<p class =" text-tiny text-gray-500 mr-2 text-right" >
4
4
Last enrichment on {{ moment(props.contributor.lastEnriched).format('MMM DD, YYYY') }}
5
5
</p >
6
- <lf-tooltip
7
- content =" Profile is enriched via GitHub identity or email. Enrichment is processed every 3 months."
8
- >
9
- <lf-icon name =" question-line" :size =" 16" class =" text-gray-400" />
10
- </lf-tooltip >
11
6
</div >
12
7
</template >
13
8
14
9
<script setup lang="ts">
15
- import LfIcon from ' @/ui-kit/icon/Icon.vue' ;
16
10
import moment from ' moment' ;
17
- import LfTooltip from ' @/ui-kit/tooltip/Tooltip.vue' ;
18
11
import { Contributor } from ' @/modules/contributor/types/Contributor' ;
19
12
20
13
const props = defineProps <{
Original file line number Diff line number Diff line change 3
3
<p class =" text-tiny text-gray-500 mr-2 text-right" >
4
4
Last enrichment on {{ moment(props.organization.lastEnrichedAt).format('MMM DD, YYYY') }}
5
5
</p >
6
- <lf-tooltip
7
- content =" Organization data is enriched via GitHub identity. Enrichment is processed every 3 months."
8
- >
9
- <lf-icon name =" question-line" :size =" 16" class =" text-gray-400" />
10
- </lf-tooltip >
11
6
</div >
12
7
</template >
13
8
14
9
<script setup lang="ts">
15
- import LfIcon from ' @/ui-kit/icon/Icon.vue' ;
16
10
import moment from ' moment' ;
17
- import LfTooltip from ' @/ui-kit/tooltip/Tooltip.vue' ;
18
11
import { Organization } from ' @/modules/organization/types/Organization' ;
19
12
20
13
const props = defineProps <{
You can’t perform that action at this time.
0 commit comments