File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11<template >
22 <!-- Hire me modal -->
33 <transition name =" fade" >
4- <div v-show =" modal" class =" fixed inset-0 z-30" >
4+ <div v-show =" modal" class =" font-general-medium fixed inset-0 z-30" >
55 <!-- Modal body background as backdrop -->
66 <div
77 v-show =" modal"
2424 class =" modal-header flex justify-between gap-10 p-5 border-b border-ternary-light dark:border-ternary-dark"
2525 >
2626 <h5
27- class =" text-primary-dark dark:text-primary-light text-2xl "
27+ class =" text-primary-dark dark:text-primary-light text-xl "
2828 >
2929 What project are you looking for?
3030 </h5 >
Original file line number Diff line number Diff line change 7070 <!-- Hire me button -->
7171 <div class =" hidden md:block" >
7272 <button
73- class =" text-md font-medium bg-indigo-500 hover:bg-indigo-600 text-white shadow-sm rounded-md px-5 py-2.5"
73+ class =" text-md font-general- medium bg-indigo-500 hover:bg-indigo-600 text-white shadow-sm rounded-md px-5 py-2.5"
7474 @click =" showModal()"
7575 aria-label =" Hire Me Button"
7676 >
You can’t perform that action at this time.
0 commit comments