Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Netlify attribution to TRSS client page #788

Open
tellison opened this issue Mar 30, 2023 · 0 comments
Open

Add Netlify attribution to TRSS client page #788

tellison opened this issue Mar 30, 2023 · 0 comments

Comments

@tellison
Copy link

The Adoptium hosted TRSS should provide attribution to Netlify for hosting it.

This can be through adding a footer to the index page. e.g.

diff --git a/test-result-summary-client/src/App.jsx b/test-result-summary-client/src/App.jsx
index 0519def..ac56b67 100644
--- a/test-result-summary-client/src/App.jsx
+++ b/test-result-summary-client/src/App.jsx
@@ -252,6 +252,11 @@ export default class App extends Component {
                             </ErrorBoundary>
                         </Layout>
                     </Layout>
+                    <Layout>
+                        <footer className="py-3 mt-auto" style={{ background: '#14003c', margin: '20px 0'}}>
+                            <a href="https://www.netlify.com" style={{ height: '100%', display: 'flex' }}><img src="https://www.netlify.com/v3/img/components/netlify-light.svg" alt="Deploys by Netlify" /></a>
+                        </footer>
+                    </Layout>
                 </Layout>
             </ConfigProvider>
         );

(I don't have a TRSS developer installation to test this change)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant