Skip to content

Commit

Permalink
add dc screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
JackySun9 committed Jul 26, 2024
1 parent 13b096b commit 0b8ddac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Home.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { useEffect, useState } from 'react';
const directories = ['sot', 'milo', 'feds', 'caas', 'uar', 'uar-ai'];
const directories = ['sot', 'milo', 'feds', 'caas', 'uar', 'uar-ai', 'dc'];

const HomePage = () => {
const [isDarkMode, setIsDarkMode] = useState(false);
Expand Down

0 comments on commit 0b8ddac

Please sign in to comment.