Skip to content

Commit

Permalink
Fixed date to be september
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaldon1 authored Sep 22, 2021
1 parent f4e3d27 commit 104cf94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/containers/HomePage/items/itemDetails/2021-Sep.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { ItemWithoutId } from '../../types';

export const itemDetailsWithoutId: ItemWithoutId[] = [
{
date: '2021-Mar',
date: '2021-Sep',
priority: 3,
title: `Building API's with <a target="_blank" rel="noopener noreferrer" href="https://github.com/tiangolo/fastapi">Fast API</a>`,
details: `
Expand Down

0 comments on commit 104cf94

Please sign in to comment.