|  | 
| 63 | 63 |  </h3> | 
| 64 | 64 |  </v-row> | 
| 65 | 65 |  <v-row justify="center" align="center"> | 
| 66 |  | - <div class="v-card__text" align="center" style="width:200px;"> | 
| 67 |  | - <div class="row pt-3 no-gutters"> | 
| 68 |  | - <social-media-link | 
| 69 |  | - anchor-href="https://twitter.com/intent/tweet?text=CodeWizardsHQ%20Code%20Challenge&url=https%3A%2F%2Fcodewizardshq.com%2Fchallenge%2F&original_referer=" | 
| 70 |  | - iconClass="v-icon notranslate mdi mdi-twitter theme--dark" | 
| 71 |  | - /> | 
| 72 |  | - <social-media-link | 
| 73 |  | - anchor-href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fcodewizardshq.com%2Fchallenge%2F&amp;src=sdkpreparse" | 
| 74 |  | - iconClass="v-icon notranslate mdi mdi-facebook theme--dark" | 
| 75 |  | - /> | 
| 76 |  | - <social-media-link | 
| 77 |  | - anchor-href="https://www.linkedin.com/company/codewizardshq" | 
| 78 |  | - iconClass="v-icon notranslate mdi mdi-linkedin theme--dark" | 
| 79 |  | - /> | 
| 80 |  | - <social-media-link | 
| 81 |  | - anchor-href="mailto:?subject=Join%20me%20in%20the%20CodeWizardsHQ%20Code%20Challenge!" | 
| 82 |  | - iconClass="v-icon notranslate mdi mdi-email theme--dark" | 
| 83 |  | - /> | 
| 84 |  | - </div> | 
| 85 |  | - </div> | 
|  | 66 | + <v-card class="social-pop-over"> | 
|  | 67 | + <v-card-text> | 
|  | 68 | + <v-row no-gutters class="pt-3"> | 
|  | 69 | + <social-media-link | 
|  | 70 | + anchor-href="https://twitter.com/intent/tweet?text=CodeWizardsHQ%20Code%20Challenge&url=https%3A%2F%2Fcodewizardshq.com%2Fchallenge%2F&original_referer=" | 
|  | 71 | + icon-name="mdi-twitter" | 
|  | 72 | + /> | 
|  | 73 | + <social-media-link | 
|  | 74 | + anchor-href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fcodewizardshq.com%2Fchallenge%2F&amp;src=sdkpreparse" | 
|  | 75 | + icon-name="mdi-facebook" | 
|  | 76 | + /> | 
|  | 77 | + <social-media-link | 
|  | 78 | + anchor-href="https://www.linkedin.com/company/codewizardshq" | 
|  | 79 | + icon-name="mdi-linkedin" | 
|  | 80 | + /> | 
|  | 81 | + <social-media-link | 
|  | 82 | + anchor-href="mailto:?subject=Join%20me%20in%20the%20CodeWizardsHQ%20Code%20Challenge!" | 
|  | 83 | + icon-name="mdi-email" | 
|  | 84 | + /> | 
|  | 85 | + </v-row> | 
|  | 86 | + <a class="mt-6" href="https://github.com/codewizardshq/code-challenge" | 
|  | 87 | + >Check out the source code on GitHub!</a | 
|  | 88 | + > | 
|  | 89 | + </v-card-text> | 
|  | 90 | + </v-card> | 
| 86 | 91 |  </v-row> | 
| 87 |  | - <quiz-need-help /> | 
|  | 92 | + <!-- <quiz-need-help /> --> | 
| 88 | 93 |  </div> | 
| 89 | 94 | </template> | 
| 90 | 95 | 
 | 
| 91 | 96 | <script> | 
| 92 |  | -import QuizNeedHelp from "@/components/QuizNeedHelp"; | 
|  | 97 | +// import QuizNeedHelp from "@/components/QuizNeedHelp"; | 
| 93 | 98 | import SocialMediaLink from "@/components/SocialMediaLink"; | 
| 94 | 99 | import { Quiz, User } from "@/store"; | 
| 95 | 100 | 
 | 
| 96 | 101 | export default { | 
| 97 | 102 |  name: "quiz", | 
| 98 | 103 |  components: { | 
| 99 |  | - QuizNeedHelp, | 
|  | 104 | + // QuizNeedHelp, | 
| 100 | 105 |  SocialMediaLink | 
| 101 | 106 |  }, | 
| 102 | 107 |  computed: { | 
|  | 
0 commit comments