mirror of
https://github.com/koodiklinikka/koodiklinikka.fi.git
synced 2026-02-09 02:50:35 +00:00
moved project data under different folder
This commit is contained in:
@@ -2,7 +2,7 @@ export const projects = [
|
||||
{
|
||||
title: "RE:DOM",
|
||||
description:
|
||||
" Tiny (2 KB) turboboosted JavaScript library for creating user interfaces. Develop web apps with 100 % JavaScript and web standards.",
|
||||
"Tiny (2 KB) turboboosted JavaScript library for creating user interfaces. Develop web apps with 100 % JavaScript and web standards.",
|
||||
url: "https://redom.js.org",
|
||||
image: "/static/images/redom.svg",
|
||||
},
|
||||
@@ -5,7 +5,7 @@ import Head from "next/head";
|
||||
import InviteForm from "../components/InviteForm";
|
||||
import Members from "../components/Members";
|
||||
import Feed from "../components/Feed";
|
||||
import { projects } from './patientProjects'
|
||||
import { projects } from '../data/indexData';
|
||||
const Hero = () => (
|
||||
<div className="header">
|
||||
<video
|
||||
|
||||
Reference in New Issue
Block a user