Skip to content

Commit

Permalink
Remove Emoji from Sample QCard
Browse files Browse the repository at this point in the history
  • Loading branch information
arran-nz committed Nov 4, 2020
1 parent 06978e8 commit f43266e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Home.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
let name = "Kim"
let title = "DevOps Engineer"
let comment = "We meet at the 2021 FOSS Conference that is yet to happen! 🍺🍺"
let comment = "We meet at the 2021 FOSS Conference that is yet to happen!"
let phone = "+555"
let email = "[email protected]"
let sampleVCard = "";
Expand Down

1 comment on commit f43266e

@vercel
Copy link

@vercel vercel bot commented on f43266e Nov 4, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.