Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/src/main/java/app/insti/fragment/AboutFragment.java
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public void onStart() {
}}, context));
add(new AboutCategory("Ideation", new ArrayList<AboutIndividual>() {{
add(new AboutIndividual("nihal111", "Nihal Singh", "nihal.jpg"));
add(new AboutIndividual("ydidwania", "Yashwarshan Didwania", "ydidwania.jpg"));
add(new AboutIndividual("ydidwania", "Yashwardhan Didwania", "ydidwania.jpg"));
Copy link
Contributor

@e-aakash e-aakash May 31, 2021

Choose a reason for hiding this comment

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

its "Yashvardhan Didwania" (v, not w). Please update this 😄

(src: https://github.com/ydidwania)

add(new AboutIndividual("kumar.ayush", "Kumar Ayush", "cheeku.jpg"));
add(new AboutIndividual("16D110006", "Sarthak Khandelwal", "sarthak.jpg"));
}}, context));
Expand Down