mirror of
https://github.com/AustinKelsay/plebdevs.git
synced 2025-06-06 09:12:05 +00:00
Remove icons for now
This commit is contained in:
parent
cfb37e7d76
commit
89b58883bf
@ -80,7 +80,6 @@ export function CourseTemplate({ course, showMetaTags = true }) {
|
||||
</div>
|
||||
<CardHeader className="flex flex-row justify-between items-center p-4 border-b border-gray-700">
|
||||
<div className="flex items-center gap-4">
|
||||
<i className="pi pi-book text-2xl text-[#f8f8ff] max-mob:hidden max-tab:hidden"></i>
|
||||
<CardTitle className="text-xl sm:text-2xl text-[#f8f8ff]">{course.name}</CardTitle>
|
||||
</div>
|
||||
<div>
|
||||
|
@ -69,7 +69,6 @@ export function DocumentTemplate({ document, isLesson, showMetaTags }) {
|
||||
</div>
|
||||
<CardHeader className="flex flex-row justify-between items-center p-4">
|
||||
<div className="flex items-center gap-4">
|
||||
<i className="pi pi-file text-2xl text-[#f8f8ff] max-mob:hidden max-tab:hidden"></i>
|
||||
<CardTitle className="text-xl sm:text-2xl text-[#f8f8ff]">{document.title}</CardTitle>
|
||||
</div>
|
||||
<div>
|
||||
|
@ -70,7 +70,6 @@ export function VideoTemplate({ video, isLesson, showMetaTags }) {
|
||||
</div>
|
||||
<CardHeader className="flex flex-row justify-between items-center p-4">
|
||||
<div className="flex items-center gap-4">
|
||||
<i className="pi pi-video text-2xl text-[#f8f8ff] max-mob:hidden max-tab:hidden"></i>
|
||||
<CardTitle className="text-xl sm:text-2xl text-[#f8f8ff]">{video.title}</CardTitle>
|
||||
</div>
|
||||
<div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user