Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "flima.dev",
"private": true,
"version": "1.0.2",
"version": "1.0.3",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/pages/Education.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export default function Education() {
<div className="p-6 md:p-8 flex-grow flex flex-col">
<div className="flex justify-between items-start mb-4 gap-4">
<h3 className="font-headline-sm text-headline-sm text-on-surface break-words">{parsed.title}</h3>
<div className="font-code-snippet text-[10px] text-primary-container uppercase tracking-widest border border-primary-container/30 px-2 py-1 bg-primary-container/5 whitespace-nowrap">ISSUED: {cert.issued}</div>
<div className="font-code-snippet text-[10px] text-primary-container uppercase tracking-widest border border-primary-container/30 px-2 py-1 bg-primary-container/5 whitespace-nowrap">ISSUED: {cert.period}</div>
</div>
<p className="font-body-sm text-body-sm text-on-surface-variant mt-auto">{cert.description}</p>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ exports[`Education Page Regression > matches DOM snapshot when loaded 1`] = `
class="font-code-snippet text-[10px] text-primary-container uppercase tracking-widest border border-primary-container/30 px-2 py-1 bg-primary-container/5 whitespace-nowrap"
>
ISSUED:
2020
</div>
</div>
<p
Expand Down
Loading