Skip to content

Commit

Permalink
Update render-interface.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
someCatInTheWorld authored Aug 23, 2024
1 parent d2ebd5c commit 9691eb9
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions src/playground/render-interface.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -336,10 +336,14 @@ class Interface extends React.Component {
<React.Fragment>
{projectId && projectId !== '0' ? (
<div className={styles.remixWarningBox}>
<p>This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.</p>
<p>
<a href="https://www.gnu.org/licenses/gpl-3.0.en.html">
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
</a>
</p>
</div>
) : null}
{/* project not approved message */}
Expand Down

0 comments on commit 9691eb9

Please sign in to comment.