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 1
1
<template >
2
2
<!-- Hire me modal -->
3
3
<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" >
5
5
<!-- Modal body background as backdrop -->
6
6
<div
7
7
v-show =" modal"
24
24
class =" modal-header flex justify-between gap-10 p-5 border-b border-ternary-light dark:border-ternary-dark"
25
25
>
26
26
<h5
27
- class =" text-primary-dark dark:text-primary-light text-2xl "
27
+ class =" text-primary-dark dark:text-primary-light text-xl "
28
28
>
29
29
What project are you looking for?
30
30
</h5 >
Original file line number Diff line number Diff line change 70
70
<!-- Hire me button -->
71
71
<div class =" hidden md:block" >
72
72
<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"
74
74
@click =" showModal()"
75
75
aria-label =" Hire Me Button"
76
76
>
You can’t perform that action at this time.
0 commit comments