Skip to content

Commit

Permalink
Made icons bigger for issue learningequality#8787
Browse files Browse the repository at this point in the history
  • Loading branch information
sharifmaryam committed Dec 8, 2021
1 parent 3e3053d commit dbee49f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions key
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
-----BEGIN OPENSSH PRIVATE KEY-----
b3BlbnNzaC1rZXktdjEAAAAABG5vbmUAAAAEbm9uZQAAAAAAAAABAAAAMwAAAAtzc2gtZW
QyNTUxOQAAACCF8dK7sQMDAufCp43EMpEZbB43eXPjEcYMj5vY5vvSZwAAAJhn8z7LZ/M+
ywAAAAtzc2gtZWQyNTUxOQAAACCF8dK7sQMDAufCp43EMpEZbB43eXPjEcYMj5vY5vvSZw
AAAEDB2wBykjmN0urhPpdAfb58valfNurvJO8BkD/xHUJNQYXx0ruxAwMC58KnjcQykRls
Hjd5c+MRxgyPm9jm+9JnAAAAEnNoYXJpZm1hQHVtaWNoLmVkdQECAw==
-----END OPENSSH PRIVATE KEY-----
1 change: 1 addition & 0 deletions key.pub
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIXx0ruxAwMC58KnjcQykRlsHjd5c+MRxgyPm9jm+9Jn [email protected]

1 comment on commit dbee49f

@indirectlylit
Copy link

@indirectlylit indirectlylit commented on dbee49f Dec 8, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sharifmaryam caution you've checked a private key into github! This is bad – it's like sharing your password publicly.

You should delete it from your computer and create a new one from scratch.


In learningequality#8787 (comment) you asked about modifying files inside node_modules. This is never the correct strategy – you can read about it here:

All edits should occur within the Kolibri codebase or possibly the design system codebase.

Please sign in to comment.