Skip to content

Commit

Permalink
Merge pull request #974 from himasnhu018/darkmode-hyperlink-footer-en…
Browse files Browse the repository at this point in the history
…hancer

added a single screenshot and modified some of the css of the code
  • Loading branch information
sanjay-kv authored Oct 20, 2024
2 parents 1b269a7 + db0ba1d commit 324f3bd
Show file tree
Hide file tree
Showing 6 changed files with 2,685 additions and 1,340 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/capture-screenshot.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ async function takeScreenshot(username) {
const url = `https://github.com/${username}`;
const browser = await puppeteer.launch({
headless: true,
executablePath: '/usr/bin/google-chrome-stable', // Path to Chrome executable
executablePath: 'C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe', // Path to Chrome executable
args: ['--no-sandbox', '--disable-setuid-sandbox']
});
const page = await browser.newPage();
Expand Down
Binary file added .github/workflows/screenshots/himasnhu018.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 324f3bd

Please sign in to comment.