Skip to content

Commit

Permalink
chore: add docs link to tansu.toml description
Browse files Browse the repository at this point in the history
  • Loading branch information
0xExp-po committed Sep 15, 2024
1 parent 45715e9 commit fd8455a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dapp/src/components/utils/ProjectInfoModal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ const ProjectInfoModal = ({ id, projectInfo, onClose }) => {
<div className="space-y-4">
<h2 id="view-modal-project-name" className="text-2xl sm:text-3xl font-bold">{projectName || "No project name"}</h2>
<div className="h-40 flex items-center px-4 sm:px-8 pb-4">
<p className="text-lg text-center">This project is missing a tansu.toml configuration file.</p>
<p className="text-lg text-center">This project is missing a <a href='https://tansu.dev/docs/developers/project_information_file' target="_blank" rel="noopener noreferrer" className="text-blue-500 underline">tansu.toml</a> configuration file.</p>
</div>
<div className="flex justify-end">
<button
Expand Down

0 comments on commit fd8455a

Please sign in to comment.