Skip to content

Commit

Permalink
happening: improve link
Browse files Browse the repository at this point in the history
  • Loading branch information
NLthijs48 committed May 19, 2024
1 parent afd54b9 commit 705260c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/activities/happening/happening.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import battleWords from './battleWords';
import splitTheBill from './splitTheBill';
import whereabouts from './whereabouts';
import commitLog from './commitLog';
import HighlightType from '../HighlightType';

const happening: JobInformation = {
activityType: ActivityType.Job,
Expand All @@ -20,7 +21,7 @@ const happening: JobInformation = {
from: 'July 2015',
till: 'Augustus 2016',
Icon: QuestionAnswerIcon,
website: 'https://happening.im',
highlights: [{type: HighlightType.Link, href: 'https://happening.im', title: 'Happening website'}],
activities: [battleWords, commitLog, whereabouts, splitTheBill],
};

Expand Down

0 comments on commit 705260c

Please sign in to comment.