Skip to content

Make all project content reliable on the two same render function #18

@cd-bash

Description

@cd-bash

At the moment, every project content has the same function :

export function TankView() {
    const viewContent = projectView(content);
    return renderView(viewContent);
}

export function TankInfo() {
    const navInfo = projectInfo(aboutInfo, relatedLinksInfo);
    return renderNavInfo(navInfo);
}

The goal would be that every content ts file should only hold const with their project related content (no more function).

Metadata

Metadata

Assignees

Labels

contentGood for newcomerstsFurther information is requested

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions