feat: meta tags
This commit is contained in:
@@ -55,7 +55,7 @@ const communications = createListResource({
|
||||
cache: ['batch', props.batch],
|
||||
})
|
||||
</script>
|
||||
<style scoped>
|
||||
<style>
|
||||
.prose-sm p {
|
||||
margin: 0 0 0.5rem;
|
||||
}
|
||||
|
||||
@@ -61,7 +61,7 @@ const props = defineProps({
|
||||
},
|
||||
})
|
||||
</script>
|
||||
<style scoped>
|
||||
<style>
|
||||
.short-introduction {
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 2;
|
||||
|
||||
@@ -127,7 +127,7 @@ const props = defineProps({
|
||||
},
|
||||
})
|
||||
</script>
|
||||
<style scoped>
|
||||
<style>
|
||||
.course-image {
|
||||
height: 168px;
|
||||
width: 100%;
|
||||
|
||||
@@ -158,7 +158,7 @@ const getCurrentChapter = () => {
|
||||
return currentChapter.value
|
||||
}
|
||||
</script>
|
||||
<style scoped>
|
||||
<style>
|
||||
.outline-lesson:has(.router-link-active) {
|
||||
background-color: theme('colors.gray.100');
|
||||
}
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
<img
|
||||
:src="job.company_logo"
|
||||
class="w-12 h-12 rounded-lg object-contain mr-4"
|
||||
:alt="job.company_name"
|
||||
/>
|
||||
<div>
|
||||
<div class="text-xl font-semibold mb-2">
|
||||
|
||||
Reference in New Issue
Block a user