Updated telegram and formatting
This commit is contained in:
@@ -3,7 +3,7 @@ import { useI18n } from "@solid-primitives/i18n";
|
||||
import styles from './Project.module.css';
|
||||
import type { Project } from './projectList';
|
||||
|
||||
export default (props: {project: Project}) => {
|
||||
export default (props: { project: Project }) => {
|
||||
const [t] = useI18n();
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user