Skip to content

Commit

Permalink
Added a console.log promptSocialMediam, also has that dashed border
Browse files Browse the repository at this point in the history
  • Loading branch information
jwilferd10 committed Oct 28, 2023
1 parent 8ab13b5 commit 0a4573d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/promptSocialMedia.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ export const promptSocialMedia = async (portfolioData) => {
==================
`);

console.log(`
Add Social Media links to your portfolio.
-----------------------------------------
`)

if (!portfolioData.socialMediaLinks) {
portfolioData.socialMediaLinks = [];
}
Expand Down

0 comments on commit 0a4573d

Please sign in to comment.