Skip to content

Commit 96934d0

Browse files
authored
Merge pull request #15 from TappNetwork/certificate-update
update certificate
2 parents eb6bf92 + 8040889 commit 96934d0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

resources/views/certificates/default.blade.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
<body>
2929
<div class="m-auto certificate font-serif antialiased text-center border-zinc-400 border-8">
3030
<div class="certificate-border border-zinc-300 border-4">
31+
<img src="{{ asset('logo.png') }}" class="mx-auto" />
32+
3133
<h1 class="text-7xl font-extrabold my-16 font-serif italic">
3234
{{ $user->name }}
3335
</h1>
@@ -38,9 +40,6 @@
3840
<h1 class="text-5xl font-extrabold mb-16">
3941
{{$course->name}}
4042
</h1>
41-
<h2>
42-
{{$course->description}}
43-
</h2>
4443
</div>
4544

4645
</div>

0 commit comments

Comments
 (0)